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,
unsigned int BUTTON
Definition: mouse_parser.h:80
int mouse_parser_initialize(const char *type)
Initialize the mouse parser engine.
Definition: mouse_parser.c:98
int COORD
Definition: mouse_parser.h:75
void mouse_parser_enqueue(unsigned char *buffer, size_t size)
Enqueue input to the mouse parser engine.
Definition: mouse_parser.c:296
void(* mouse_parser_enqueue_handler)(unsigned char *, size_t)
Definition: mouse_parser.h:87
Input Devices for MicroWindows.