#include <devices.h>
Public Attributes | |
int | use_fb |
int | console_handle |
void(* | add_to_rx_queue )(void *, int, int) |
void * | add_data |
unsigned char | keyb_buf [8] |
int | keyb_buf_pos |
int | mouse_mode |
int | mouse_revision |
int | mouse_x |
int | mouse_y |
int | mouse_buttons |
void* lk201_data::add_data |
Definition at line 493 of file devices.h.
Referenced by lk201_init(), lk201_tick(), and lk201_tx_data().
void(* lk201_data::add_to_rx_queue) (void *, int, int) |
Definition at line 492 of file devices.h.
Referenced by lk201_init(), lk201_tick(), and lk201_tx_data().
int lk201_data::console_handle |
Definition at line 490 of file devices.h.
Referenced by lk201_init(), lk201_tick(), and lk201_tx_data().
unsigned char lk201_data::keyb_buf[8] |
Definition at line 495 of file devices.h.
Referenced by lk201_convert_ascii_to_keybcode().
int lk201_data::keyb_buf_pos |
Definition at line 496 of file devices.h.
Referenced by lk201_convert_ascii_to_keybcode().
int lk201_data::mouse_mode |
Definition at line 498 of file devices.h.
Referenced by lk201_init(), and lk201_tx_data().
int lk201_data::mouse_revision |
Definition at line 499 of file devices.h.
Referenced by lk201_init(), and lk201_tx_data().
int lk201_data::use_fb |
Definition at line 489 of file devices.h.
Referenced by lk201_init(), lk201_tick(), and lk201_tx_data().