PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::PKeyboardEvent Struct Reference

#include <InputModule.h>

Public Member Functions

bool shiftKeyPressed ()
 
bool controlKeyPressed ()
 
bool altKeyPressed ()
 
bool superKeyPressed ()
 
bool capsLockEnabled ()
 
bool numLockEnabled ()
 

Public Attributes

PKeyboardType key = PKEY_UNKNOWN
 
PActionType action = AT_UNKOWN
 
PModifierBits mods = MB_NO_MODIFIER
 

Detailed Description

Definition at line 175 of file InputModule.h.

Member Function Documentation

◆ altKeyPressed()

bool dyno::PKeyboardEvent::altKeyPressed ( )
inline

Definition at line 179 of file InputModule.h.

◆ capsLockEnabled()

bool dyno::PKeyboardEvent::capsLockEnabled ( )
inline

Definition at line 181 of file InputModule.h.

◆ controlKeyPressed()

bool dyno::PKeyboardEvent::controlKeyPressed ( )
inline

Definition at line 178 of file InputModule.h.

◆ numLockEnabled()

bool dyno::PKeyboardEvent::numLockEnabled ( )
inline

Definition at line 182 of file InputModule.h.

◆ shiftKeyPressed()

bool dyno::PKeyboardEvent::shiftKeyPressed ( )
inline

Definition at line 177 of file InputModule.h.

◆ superKeyPressed()

bool dyno::PKeyboardEvent::superKeyPressed ( )
inline

Definition at line 180 of file InputModule.h.

Member Data Documentation

◆ action

PActionType dyno::PKeyboardEvent::action = AT_UNKOWN

Definition at line 185 of file InputModule.h.

◆ key

PKeyboardType dyno::PKeyboardEvent::key = PKEY_UNKNOWN

Definition at line 184 of file InputModule.h.

◆ mods

PModifierBits dyno::PKeyboardEvent::mods = MB_NO_MODIFIER

Definition at line 186 of file InputModule.h.


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