|
Size: 697
Comment: update formatting - categories
|
Size: 832
Comment: add RE, RS
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 24: | Line 24: |
| == Related Enumerations == .[[SDL_EventType]] == Related Structures == .[[SDL_MouseButtonEvent]] .[[SDL_MouseMotionEvent]] |
DRAFT |
SDL_MouseWheelEvent
A structure that contains mouse wheel event structure information (event.wheel.*).
Contents
Data Fields
Uint32 |
type |
SDL_MOUSEWHEEL |
Uint32 |
windowID |
the window with mouse focus, if any |
int |
x |
the amount scrolled horizontally |
int |
y |
the amount scrolled vertically |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Enumerations
Related Structures
