ManaPlus
Enumerations
KeyboardFocus Namespace Reference

Enumerations

enum  T { Unfocused = 0 , Focused = 1 , Focused2 = 2 }
 

Enumeration Type Documentation

◆ T

Enumerator
Unfocused 
Focused 
Focused2 

Definition at line 27 of file keyboardfocus.h.

28 {
29  Unfocused = 0,
30  Focused = 1,
31  Focused2 = 2
32 }