Wiki Page Content

Revision 1 as of 2010-03-23 17:56:07

Clear message

DRAFT

SDL_MouseWheelEvent

A structure that contains mouse wheel event structure information (event.wheel.*).

Data Fields

Uint8

type

SDL_MOUSEWHEEL

Uint32

windowID

the window with mouse focus, if any

Uint8

which

the mouse device index

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


CategoryStruct

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit