|
Sleeping Wombat GUI
0.100
swGUI
|
Key state changed event. More...
#include <KeyEventArgs.h>
Public Member Functions | |
| KeyEventArgs (input::KeyboardDevice *device, input::Keyboard::PhysicalKeys key) | |
Public Member Functions inherited from sw::gui::KeyboardEventArgs | |
| 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 | |
| const input::KeyState & | State |
| input::Keyboard::PhysicalKeys | Key |
| bool | IsUp |
| bool | IsDown |
Public Attributes inherited from sw::gui::KeyboardEventArgs | |
| 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... | |
Key state changed event.
|
inline |
| bool sw::gui::KeyEventArgs::IsDown |
| bool sw::gui::KeyEventArgs::IsUp |
| input::Keyboard::PhysicalKeys sw::gui::KeyEventArgs::Key |
| const input::KeyState& sw::gui::KeyEventArgs::State |
1.8.9.1