36 #ifndef __MOUSE_PARSER_h__ 37 #define __MOUSE_PARSER_h__ 56 #define RBUTTON MV_BUTTON_RIGHT 63 #define MBUTTON MV_BUTTON_CENTER 70 #define LBUTTON MV_BUTTON_LEFT 111 unsigned char *buffer,
void mouse_parser_enqueue(unsigned char *buffer, size_t size)
Enqueue input to the mouse parser engine.
Definition: mouse_parser.c:295
unsigned int BUTTON
Definition: mouse_parser.h:80
int mouse_parser_initialize(const char *type)
Initialize the mouse parser engine.
Definition: mouse_parser.c:97
int COORD
Definition: mouse_parser.h:75
unsigned size
Definition: tte.h:74
void(* mouse_parser_enqueue_handler)(unsigned char *, size_t)
Definition: mouse_parser.h:87