#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 515 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 514 of file devices.h.
Referenced by lk201_init(), lk201_tick(), and lk201_tx_data().
| int lk201_data::console_handle |
Definition at line 512 of file devices.h.
Referenced by lk201_init(), lk201_tick(), and lk201_tx_data().
| unsigned char lk201_data::keyb_buf[8] |
Definition at line 517 of file devices.h.
Referenced by lk201_convert_ascii_to_keybcode().
| int lk201_data::keyb_buf_pos |
Definition at line 518 of file devices.h.
Referenced by lk201_convert_ascii_to_keybcode().
| int lk201_data::mouse_mode |
Definition at line 520 of file devices.h.
Referenced by lk201_init(), and lk201_tx_data().
| int lk201_data::mouse_revision |
Definition at line 521 of file devices.h.
Referenced by lk201_init(), and lk201_tx_data().
| int lk201_data::use_fb |
Definition at line 511 of file devices.h.
Referenced by lk201_init(), lk201_tick(), and lk201_tx_data().
1.8.17