ManaPlus
Enumerations
KeyEventType Namespace Reference

Enumerations

enum  T { PRESSED = 0 , RELEASED }
 

Enumeration Type Documentation

◆ T

Enumerator
PRESSED 
RELEASED 

Definition at line 70 of file keyeventtype.h.

71 {
72  PRESSED = 0,
73  RELEASED
74 }