Skip to content

Instantly share code, notes, and snippets.

@jeffgriffin
Created March 15, 2013 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffgriffin/5166816 to your computer and use it in GitHub Desktop.
Save jeffgriffin/5166816 to your computer and use it in GitHub Desktop.
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