ManaPlus
Enumerations
InputType Namespace Reference

Enumerations

enum  T { UNKNOWN = 0 , KEYBOARD = 1 , MOUSE = 2 , JOYSTICK = 3 }
 

Enumeration Type Documentation

◆ T

Enumerator
UNKNOWN 
KEYBOARD 
MOUSE 
JOYSTICK 

Definition at line 35 of file inputtype.h.

36 {
37  UNKNOWN = 0,
38  KEYBOARD = 1,
39  MOUSE = 2,
40  JOYSTICK = 3
41 }
@ KEYBOARD
Definition: inputtype.h:38
@ JOYSTICK
Definition: inputtype.h:40