Sleeping Wombat GUI
0.100
swGUI
|
Mouse wheel changed position. More...
#include <MouseWheelEventArgs.h>
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::MouseDevice * | Mouse |
Mouse device. You can get current mouse state here. More... | |
const input::KeyState * | RightButton |
State of right button in moment of sending this event. More... | |
const input::KeyState * | LeftButton |
State of left button in moment of sending this event. More... | |
const input::KeyState * | MiddleButton |
State of middle button in moment of sending this event. More... | |
const input::KeyState * | XButton1 |
State of first extended button in moment of sending this event. More... | |
const input::KeyState * | XButton2 |
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::Device * | Device |
Device which produced this event. More... | |
Public Attributes inherited from sw::gui::IEventArgs | |
bool | Handled |
Mark event as handled to stop further processing. More... | |
Mouse wheel changed position.
|
inlineexplicit |
float sw::gui::MouseWheelEventArgs::Delta |