#include "OVR_KeyCodes.h"
Definition at line 169 of file OVR_KeyCodes.h.
Enumerator |
---|
Key_ShiftPressed |
|
Key_CtrlPressed |
|
Key_AltPressed |
|
Key_MetaPressed |
|
Key_CapsToggled |
|
Key_NumToggled |
|
Key_ScrollToggled |
|
Initialized_Bit |
|
Initialized_Mask |
|
Definition at line 172 of file OVR_KeyCodes.h.
OVR::KeyModifiers::KeyModifiers |
( |
| ) |
|
|
inline |
OVR::KeyModifiers::KeyModifiers |
( |
unsigned char |
st | ) |
|
|
inline |
bool OVR::KeyModifiers::IsAltPressed |
( |
| ) |
const |
|
inline |
bool OVR::KeyModifiers::IsCapsToggled |
( |
| ) |
const |
|
inline |
bool OVR::KeyModifiers::IsCtrlPressed |
( |
| ) |
const |
|
inline |
bool OVR::KeyModifiers::IsInitialized |
( |
| ) |
const |
|
inline |
bool OVR::KeyModifiers::IsMetaPressed |
( |
| ) |
const |
|
inline |
bool OVR::KeyModifiers::IsNumToggled |
( |
| ) |
const |
|
inline |
bool OVR::KeyModifiers::IsScrollToggled |
( |
| ) |
const |
|
inline |
bool OVR::KeyModifiers::IsShiftPressed |
( |
| ) |
const |
|
inline |
void OVR::KeyModifiers::Reset |
( |
| ) |
|
|
inline |
void OVR::KeyModifiers::SetAltPressed |
( |
bool |
v = true | ) |
|
|
inline |
void OVR::KeyModifiers::SetCapsToggled |
( |
bool |
v = true | ) |
|
|
inline |
void OVR::KeyModifiers::SetCtrlPressed |
( |
bool |
v = true | ) |
|
|
inline |
void OVR::KeyModifiers::SetMetaPressed |
( |
bool |
v = true | ) |
|
|
inline |
void OVR::KeyModifiers::SetNumToggled |
( |
bool |
v = true | ) |
|
|
inline |
void OVR::KeyModifiers::SetScrollToggled |
( |
bool |
v = true | ) |
|
|
inline |
void OVR::KeyModifiers::SetShiftPressed |
( |
bool |
v = true | ) |
|
|
inline |
unsigned char OVR::KeyModifiers::States |
The documentation for this class was generated from the following file: