SDL_ActiveEvent
|
|
type : Uint8
gain : Uint8
state : Uint8
|
|
v1.0.2
|
SDL_KeyboardEvent
|
|
type : Uint8
which : Uint8
state : Uint8
keysym : SDL_keysym
|
|
v1.0.2
|
SDL_MouseMotionEvent
|
|
type : Uint8
which : Uint8
state : Uint8
x : Uint16
y : Uint16
xrel : Sint16
yrel : Sint16
|
|
v1.0.2
|
SDL_MouseButtonEvent
|
|
type : Uint8
which : Uint8
state : Uint8
button : Uint8
x : Uint16
y : Uint16
|
|
v1.0.2
|
SDL_JoyAxisEvent
|
|
type : Uint8
which : Uint8
axis : Uint8
value : Sint16
|
|
v1.0.2
|
SDL_JoyBallEvent
|
|
type : Uint8
which : Uint8
ball : Uint8
xrel : Sint16
yrel : Sint16
|
|
v1.0.2
|
SDL_JoyHatEvent
|
|
type : Uint8
which : Uint8
hat : Uint8
value : Uint8
|
|
v1.0.2
|
SDL_JoyButtonEvent
|
|
type : Uint8
which : Uint8
state : Uint8
button : Uint8
|
|
v1.0.2
|
SDL_ResizeEvent
|
|
type : Uint8
w : int
h : int
|
|
v1.0.2
|
SDL_ExposeEvent
|
|
type : Uint8
|
|
v1.0.2
|
SDL_QuitEvent
|
|
type : Uint8
|
|
v1.0.2
|
SDL_UserEvent
|
|
type : Uint8
code : int
data1 : void *
data2 : void *
|
|
v1.0.2
|
SDL_SysWMEvent
|
|
type : Uint8
msg : SDL_SysWMmsg
|
|
v1.0.2
|
SDL_Event
|
|
type : Uint8
active : SDL_ActiveEvent
key : SDL_KeyboardEvent
motion : SDL_MouseMotionEvent
button : SDL_MouseButtonEvent
jaxis : SDL_JoyAxisEvent
jball : SDL_JoyBallEvent
jhat : SDL_JoyHatEvent
jbutton : SDL_JoyButtonEvent
resize : SDL_ResizeEvent
expose : SDL_ExposeEvent
quit : SDL_QuitEvent
user : SDL_UserEvent
syswm : SDL_SysWMEvent
|
|
v1.0.2
|
|
|
|
|
|