cohtml::EventModifiersState

The state of the key modifiers when an event happens.

#include <InputEvents.h>

Public Functions

Name
EventModifiersState()

Public Attributes

Name
boolIsShiftDown
boolIsCtrlDown
boolIsAltDown
boolIsAltGraphDown
boolIsMetaDown
boolIsNumLockOn
boolIsCapsOn

Public Functions Documentation

function EventModifiersState

inline EventModifiersState()

Public Attributes Documentation

variable IsShiftDown

bool IsShiftDown;

variable IsCtrlDown

bool IsCtrlDown;

variable IsAltDown

bool IsAltDown;

variable IsAltGraphDown

bool IsAltGraphDown;

variable IsMetaDown

bool IsMetaDown;

variable IsNumLockOn

bool IsNumLockOn;

variable IsCapsOn

bool IsCapsOn;