Record TSDL_MouseMotionEvent
Unit
Declaration
type TSDL_MouseMotionEvent = record
Description
Overview
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
windowID: cuint32; |
|
which: cuint32; |
|
state: cuint32; |
|
x: cint32; |
|
y: cint32; |
|
xrel: cint32; |
|
yrel: cint32; |
Description
Fields
type_: cuint32; |
|
timestamp: cuint32; |
|
SDL_MOUSEMOTION |
windowID: cuint32; |
|
In milliseconds, populated using SDL_GetTicks() |
which: cuint32; |
|
The window with mouse focus, if any |
state: cuint32; |
|
The mouse instance id, or SDL_TOUCH_MOUSEID |
x: cint32; |
|
The current button state |
y: cint32; |
|
X coordinate, relative to window |
xrel: cint32; |
|
Y coordinate, relative to window |
yrel: cint32; |
|
The relative motion in the X direction |
Generated by PasDoc 0.16.0.