|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Functions | |
| static void | ProcessMouseEvent (const MOUSE_EVENT_RECORD *pEvent) |
| int | fb_ConsoleGetMouse (int *x, int *y, int *z, int *buttons, int *clip) |
| int | fb_ConsoleSetMouse (int x, int y, int cursor, int clip) |
Variables | |
| static int | inited = -1 |
| static int | last_x = 0 |
| static int | last_y = 0 |
| static int | last_z = 0 |
| static int | last_buttons = 0 |
| int fb_ConsoleGetMouse | ( | int * | x, |
| int * | y, | ||
| int * | z, | ||
| int * | buttons, | ||
| int * | clip | ||
| ) |
| int fb_ConsoleSetMouse | ( | int | x, |
| int | y, | ||
| int | cursor, | ||
| int | clip | ||
| ) |
|
static |
|
static |
Definition at line 6 of file io_mouse.c.
|
static |
Definition at line 7 of file io_mouse.c.
|
static |
Definition at line 7 of file io_mouse.c.
|
static |
Definition at line 7 of file io_mouse.c.
|
static |
Definition at line 7 of file io_mouse.c.