Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-03-23 17:56:07
Size: 724
Editor: SheenaSmith
Comment: create page, add content (Rev 5540)
Revision 2 as of 2010-07-28 17:40:39
Size: 677
Editor: SheenaSmith
Comment: update content - changeset 4624
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
||Uint8||'''type'''||SDL_MOUSEWHEEL|| ||Uint32||'''type'''||SDL_MOUSEWHEEL||
Line 13: Line 13:
||Uint8||'''which'''||the mouse device index||

DRAFT

SDL_MouseWheelEvent

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

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


CategoryStruct

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