Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2011-01-17 18:00:35
Size: 832
Editor: SheenaSmith
Comment: add RE, RS
Revision 6 as of 2011-01-17 18:56:13
Size: 981
Editor: SheenaSmith
Comment: update content - w/ Sam (in progress)
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
A structure that contains mouse wheel event ,,structure,, ^information^ (event.wheel.*). A structure that contains mouse wheel event information.
Line 24: Line 24:
[[SDL_MouseWheelEvent]] is a member of the [[SDL_Event]] structure and is used when an event of type SDL_MOUSEWHEEL is reported.

An SDL_MOUSEWHEEL event occurs whenever a user moves the mouse wheel.

Line 31: Line 36:
== Related Functions ==

DRAFT

SDL_MouseWheelEvent

A structure that contains mouse wheel event information.

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

SDL_MouseWheelEvent is a member of the SDL_Event structure and is used when an event of type SDL_MOUSEWHEEL is reported.

An SDL_MOUSEWHEEL event occurs whenever a user moves the mouse wheel.


CategoryStruct, CategoryEvents

None: SDL_MouseWheelEvent (last edited 2019-05-17 22:32:07 by DanielG)

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