FreeBASIC
0.91.0
|
Go to the source code of this file.
Functions | |
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 | wheel_ok = FALSE |
static int | wheel_pos |
static __dpmi_regs | regs |
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 |
Definition at line 7 of file io_mouse.c.
|
static |
Definition at line 10 of file io_mouse.c.
|
static |
Definition at line 8 of file io_mouse.c.
|
static |
Definition at line 9 of file io_mouse.c.