Sleeping Wombat GUI
0.100
swGUI
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
swInputLibrary
InputCore
JoystickState.h
Go to the documentation of this file.
1
#pragma once
2
11
namespace
sw
{
12
namespace
input
13
{
14
15
19
class
JoystickState
20
{
21
private
:
22
23
public
:
24
JoystickState
();
25
~JoystickState
();
26
27
28
void
RemoveEvents
();
29
};
30
31
// ================================ //
32
//
33
inline
JoystickState::JoystickState
()
34
{}
35
36
// ================================ //
37
//
38
inline
JoystickState::~JoystickState
()
39
{}
40
41
42
// ================================ //
43
//
44
inline
void
JoystickState::RemoveEvents
()
45
{}
46
47
}
// input
48
}
// sw
49
sw
Definition:
DirectInputModule.cpp:11
sw::input::JoystickState::RemoveEvents
void RemoveEvents()
Definition:
JoystickState.h:44
sw::input::JoystickState
State of joystick device or other controllers which aren't mouse and keyboard.
Definition:
JoystickState.h:19
sw::input::JoystickState::JoystickState
JoystickState()
Definition:
JoystickState.h:33
sw::input::JoystickState::~JoystickState
~JoystickState()
Definition:
JoystickState.h:38
Generated on Tue May 9 2017 15:46:02 for Sleeping Wombat GUI by
1.8.9.1