PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
mouse_client_t Struct Reference

Keyboard event client structure. More...

#include <mouse.h>

Collaboration diagram for mouse_client_t:

Data Fields

list_entry_t entry
 
fifo_t fifo
 
uint8_t buffer [MOUSE_CLIENT_BUFFER_SIZE]
 

Detailed Description

Keyboard event client structure.

Definition at line 59 of file mouse.h.

Field Documentation

◆ entry

list_entry_t mouse_client_t::entry

Definition at line 61 of file mouse.h.

◆ fifo

fifo_t mouse_client_t::fifo

Definition at line 62 of file mouse.h.

◆ buffer

uint8_t mouse_client_t::buffer[MOUSE_CLIENT_BUFFER_SIZE]

Definition at line 63 of file mouse.h.


The documentation for this struct was generated from the following file: