SDL_MouseButtonEvent
struct SDL_MouseButtonEvent {
}
- button
Uint8 button;
Undocumented in source.
- state
Uint8 state;
Undocumented in source.
- type
Uint8 type;
Undocumented in source.
- which
Uint8 which;
Undocumented in source.
- x
Uint16 x;
- y
Uint16 y;
Undocumented in source.
derelict sdl sdltypes
aliasesenumsfunctionsstructsunions