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

Base class for keyboard events. More...

#include <KeyboardEventArgs.h>

Inheritance diagram for sw::gui::KeyboardEventArgs:
sw::gui::InputEventArgs sw::gui::IEventArgs sw::gui::KeyEventArgs

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::KeyboardDeviceKeyboard
 
- 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

Base class for keyboard events.

Constructor & Destructor Documentation

sw::gui::KeyboardEventArgs::KeyboardEventArgs ( input::KeyboardDevice keyboard)
inlineexplicit

Member Data Documentation

input::KeyboardDevice* sw::gui::KeyboardEventArgs::Keyboard

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