Skip to content

Instantly share code, notes, and snippets.

@jeffgriffin
Created March 15, 2013 01:25
Embed
What would you like to do?
typedef enum
{
LI_DEVICE_NONE = 0,
LI_DEVICE_MOUSE = 1,
LI_DEVICE_JOYSTICK = 2,
LI_DEVICE_KEYBOARD = 4,
LI_DEVICE_REMOTE = 8
} LinuxInputDeviceType;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment