Sleeping Wombat GUI
0.100
swGUI
|
Base class for input events. More...
#include <InputEventArgs.h>
Public Member Functions | |
InputEventArgs (input::Device *device) | |
Public Member Functions inherited from sw::gui::IEventArgs | |
IEventArgs () | |
Public Attributes | |
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... | |
Base class for input events.
|
inline |
input::Device* sw::gui::InputEventArgs::Device |
Device which produced this event.