Sleeping Wombat GUI  0.100
swGUI
Public Member Functions | Public Attributes | List of all members
sw::gui::MouseWheelEventArgs Struct Reference

Mouse wheel changed position. More...

#include <MouseWheelEventArgs.h>

Inheritance diagram for sw::gui::MouseWheelEventArgs:
sw::gui::MouseEventArgs sw::gui::InputEventArgs sw::gui::IEventArgs

Public Member Functions

 MouseWheelEventArgs (input::MouseDevice *device)
 
- Public Member Functions inherited from sw::gui::MouseEventArgs
 MouseEventArgs (input::MouseDevice *device)
 
- Public Member Functions inherited from sw::gui::InputEventArgs
 InputEventArgs (input::Device *device)
 
- Public Member Functions inherited from sw::gui::IEventArgs
 IEventArgs ()
 

Public Attributes

float Delta
 
- Public Attributes inherited from sw::gui::MouseEventArgs
input::MouseDeviceMouse
 Mouse device. You can get current mouse state here. More...
 
const input::KeyStateRightButton
 State of right button in moment of sending this event. More...
 
const input::KeyStateLeftButton
 State of left button in moment of sending this event. More...
 
const input::KeyStateMiddleButton
 State of middle button in moment of sending this event. More...
 
const input::KeyStateXButton1
 State of first extended button in moment of sending this event. More...
 
const input::KeyStateXButton2
 State of second extended button in moment of sending this event. More...
 
float WindowPosX
 Position of mouse in window space. More...
 
float WindowPosY
 Position of mouse in window space. More...
 
- Public Attributes inherited from sw::gui::InputEventArgs
input::DeviceDevice
 Device which produced this event. More...
 
- Public Attributes inherited from sw::gui::IEventArgs
bool Handled
 Mark event as handled to stop further processing. More...
 

Detailed Description

Mouse wheel changed position.

Constructor & Destructor Documentation

sw::gui::MouseWheelEventArgs::MouseWheelEventArgs ( input::MouseDevice device)
inlineexplicit

Member Data Documentation

float sw::gui::MouseWheelEventArgs::Delta

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