#include "mfb.h"
#include "mfbP.h"
#include <ctype.h>
#include <time.h>
Go to the source code of this file.
|
static int | kb_point () |
|
static void | newmark () |
|
static int | mouse_point () |
|
static void | get_config () |
|
static void | dummy () |
|
int | MFBPoint (int *x, int *y, int *key, int *button) |
|
static int | kb_point (int *x, int *y, int *key, int *button) |
|
static void | newmark (int xold, int yold, int x, int y) |
|
static int | mouse_point (int *x, int *y, int *key, int *button) |
|
void | MFBPointerInit () |
|
void | MFBPointerClose () |
|
static void | get_config (int *irq, int *adrs, int *pointer) |
|
static void get_config |
( |
| ) |
|
|
static |
static void get_config |
( |
int * |
irq, |
|
|
int * |
adrs, |
|
|
int * |
pointer |
|
) |
| |
|
static |
Definition at line 489 of file mfbcursr.c.
496 static int savirq,savadrs,savtype;
505 fp = fopen(
"mfb.rc",
"r");
508 strcat(s,
"\\mfb.rc");
520 while (fgets(s,128,fp) !=
NULL) {
521 if (*s ==
'#')
continue;
530 if (!strncmp(s,
"pad",3))
532 else if (!strncmp(s,
"mouse",5))
534 else if (!strncmp(s,
"keys",4))
static int kb_point |
( |
int * |
x, |
|
|
int * |
y, |
|
|
int * |
key, |
|
|
int * |
button |
|
) |
| |
|
static |
Definition at line 62 of file mfbcursr.c.
68 int xo = 8, yo = 7, x2o, y2o;
void MFBDrawCursor(int x, int y)
void MFBEraseCursor(int x, int y)
int MFBPoint |
( |
int * |
x, |
|
|
int * |
y, |
|
|
int * |
key, |
|
|
int * |
button |
|
) |
| |
Definition at line 481 of file mfbcursr.c.
static void(* pointer_close)()
Definition at line 440 of file mfbcursr.c.
443 int irq = 4, serport = 0x3f8;
static void(* pointer_close)()
static void(* pointer_on)()
static void(* pointer_off)()
static void(* pointer_status)()
static int mouse_point |
( |
| ) |
|
|
static |
static int mouse_point |
( |
int * |
x, |
|
|
int * |
y, |
|
|
int * |
key, |
|
|
int * |
button |
|
) |
| |
|
static |
static void newmark |
( |
int |
xold, |
|
|
int |
yold, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
static |
Definition at line 248 of file mfbcursr.c.
void MFBDrawCursor(int x, int y)
void MFBEraseCursor(int x, int y)
void(* pointer_status) () |
|
static |