working on mouse stuff...

This commit is contained in:
AJ Kelly
2011-02-14 01:43:41 -06:00
parent 43431086cd
commit 79533fc40f
3 changed files with 61 additions and 15 deletions
@@ -11,10 +11,10 @@ extern LPDIRECTINPUT g_dinput;
typedef struct input_t
{
/* DirectInput offset for this input type: */
// DirectInput offset for this input type:
DWORD ofs;
/* Button, axis or hat: */
// Button, axis or hat:
enum Type { KEY, BUTTON, AXIS, HAT } type;
int num;