RTEMS CPU Kit with SuperCore
4.11.3
|
Initialize Mouse Parser Engine. More...
#include <rtems/mw_uid.h>
Go to the source code of this file.
Macros | |
#define | RBUTTON MV_BUTTON_RIGHT |
This is the mask for the right button. More... | |
#define | MBUTTON MV_BUTTON_CENTER |
This is the mask for the center button. More... | |
#define | LBUTTON MV_BUTTON_LEFT |
This is the mask for the left button. More... | |
Typedefs | |
typedef int | COORD |
This type is the device coordinates. | |
typedef unsigned int | BUTTON |
This type is the mouse button mask. | |
typedef void(* | mouse_parser_enqueue_handler) (unsigned char *, size_t) |
This type defines a pointer to the enqueue method. More... | |
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.