Sleeping Wombat GUI
0.100
swGUI
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Core
System
Events
Input
InputEventArgs.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
swGUI/Core/System/Events/IEventArgs.h
"
4
5
#include "
swInputLibrary/InputCore/Device.h
"
6
7
15
namespace
sw
{
16
namespace
gui
17
{
18
19
22
struct
InputEventArgs
:
public
IEventArgs
23
{
24
RTTR_ENABLE(
IEventArgs
)
25
public
:
26
27
input::Device
*
Device
;
28
29
public
:
30
31
InputEventArgs
(
input::Device
* device )
32
: Device( device )
33
{}
34
};
35
36
}
// gui
37
}
// sw
sw::gui::IEventArgs
Base class for events.
Definition:
IEventArgs.h:27
sw::gui::InputEventArgs::Device
input::Device * Device
Device which produced this event.
Definition:
InputEventArgs.h:27
Device.h
sw::gui::InputEventArgs::InputEventArgs
InputEventArgs(input::Device *device)
Definition:
InputEventArgs.h:31
sw
Definition:
DirectInputModule.cpp:11
IEventArgs.h
sw::input::Device
Interface class for input devices.
Definition:
Device.h:21
sw::gui::InputEventArgs
Base class for input events.
Definition:
InputEventArgs.h:22
Generated on Tue May 9 2017 15:46:02 for Sleeping Wombat GUI by
1.8.9.1