fromNative

SDL_EventType -> ExternalEventType

  1. Paint fromNative(SDL_Color color)
  2. KeyboardKey fromNative(SDL_Keycode keyCode)
  3. MouseButton fromNative(SDL_D_MouseButton button)
  4. ExternalEventType fromNative(SDL_EventType eventType)
    static if(useSDL && useDerelict)
    fromNative
    (
    SDL_EventType eventType
    )

Meta