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

Base class for input events. More...

#include <InputEventArgs.h>

Inheritance diagram for sw::gui::InputEventArgs:
sw::gui::IEventArgs sw::gui::KeyboardEventArgs sw::gui::MouseEventArgs sw::gui::KeyEventArgs sw::gui::MouseButtonEventArgs sw::gui::MouseMoveEventArgs sw::gui::MouseWheelEventArgs

Public Member Functions

 InputEventArgs (input::Device *device)
 
- Public Member Functions inherited from sw::gui::IEventArgs
 IEventArgs ()
 

Public Attributes

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 input events.

Constructor & Destructor Documentation

sw::gui::InputEventArgs::InputEventArgs ( input::Device device)
inline

Member Data Documentation

input::Device* sw::gui::InputEventArgs::Device

Device which produced this event.


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