RTEMS
5.0.0
|
Initialize Mouse Parser Engine. More...
#include <rtems/mw_uid.h>
Go to the source code of this file.
Macros | |
#define | RBUTTON MV_BUTTON_RIGHT |
#define | MBUTTON MV_BUTTON_CENTER |
#define | LBUTTON MV_BUTTON_LEFT |
Typedefs | |
typedef int | COORD |
typedef unsigned int | BUTTON |
typedef void(* | mouse_parser_enqueue_handler) (unsigned char *, size_t) |
Functions | |
int | mouse_parser_initialize (const char *type) |
Initialize the mouse parser engine. More... | |
void | mouse_parser_enqueue (unsigned char *buffer, size_t size) |
Enqueue input to the mouse parser engine. More... | |
Initialize Mouse Parser Engine.
This file is the header file for the Mouse Parser Engine.