Method |
Description |
|
DestroyWindow ( ) : void |
|
|
Dispose ( bool manual ) : void |
|
|
FilterEvents ( IntPtr user_data, IntPtr e ) : int |
|
|
GrabCursor ( bool grab ) : void |
|
|
HideShowWindowHack ( ) : void |
|
|
ProcessButtonEvent ( Sdl2NativeWindow window, SDL ev ) : void |
|
|
ProcessKeyEvent ( Sdl2NativeWindow window, SDL ev ) : void |
|
|
ProcessMotionEvent ( Sdl2NativeWindow window, SDL ev ) : void |
|
|
ProcessWheelEvent ( Sdl2NativeWindow window, SDL ev ) : void |
|
|
ProcessWindowEvent ( Sdl2NativeWindow window, SDL e ) : void |
|
|
RestoreWindow ( ) : void |
|
|
TranslateFlags ( GameWindowFlags flags ) : SDL.SDL_WindowFlags |
|
|
TranslateKey ( SDL scan ) : Key |
|
|