30#ifndef __DEV_INPUT_H__
31#define __DEV_INPUT_H__
36#define LEFT_CLICK 0x01
37#define RIGHT_CLICK 0x02
38#define MIDDLE_CLICK 0x04
39#define MOUSE_SCROLL_UP 0x05
40#define MOUSE_SCROLL_DOWN 0x06
42#define AU_INPUT_MOUSE 1
43#define AU_INPUT_KEYBOARD 2
44#define AU_INPUT_TOUCH 3
46#define MOUSE_IOCODE_SETPOS 10
49#define NUM_MOUSE_PACKETS 20
50#define NUM_KEYBOARD_PACKETS 512
#define AU_EXTERN
Definition aurora.h:50
#define AU_EXPORT
Definition aurora.h:38
int int32_t
Definition acefiex.h:160
unsigned int uint32_t
Definition acefiex.h:163
unsigned char uint8_t
Definition acefiex.h:161