My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
SDL_MouseWheelEvent Struct Reference

Mouse wheel event structure (event.wheel.*) More...

#include <SDL_events.h>

Public Attributes

Uint32 type
 
Uint32 timestamp
 
Uint32 windowID
 
Uint32 which
 
Sint32 x
 
Sint32 y
 

Detailed Description

Mouse wheel event structure (event.wheel.*)

Member Data Documentation

Uint32 SDL_MouseWheelEvent::type
Uint32 SDL_MouseWheelEvent::which

The mouse instance id, or SDL_TOUCH_MOUSEID

Uint32 SDL_MouseWheelEvent::windowID

The window with mouse focus, if any

Sint32 SDL_MouseWheelEvent::x

The amount scrolled horizontally, positive to the right and negative to the left

Sint32 SDL_MouseWheelEvent::y

The amount scrolled vertically, positive away from the user and negative toward the user


The documentation for this struct was generated from the following file: