Sleeping Wombat GUI
0.100
swGUI
|
Base class for keyboard events. More...
#include <KeyboardEventArgs.h>
Public Member Functions | |
KeyboardEventArgs (input::KeyboardDevice *keyboard) | |
Public Member Functions inherited from sw::gui::InputEventArgs | |
InputEventArgs (input::Device *device) | |
Public Member Functions inherited from sw::gui::IEventArgs | |
IEventArgs () | |
Public Attributes | |
input::KeyboardDevice * | Keyboard |
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... | |
Base class for keyboard events.
|
inlineexplicit |
input::KeyboardDevice* sw::gui::KeyboardEventArgs::Keyboard |