MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / PS2MouseState

Class PS2MouseState

tinyemu/ps2.h:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* ps2.c */
2typedef struct PS2MouseState PS2MouseState;
3typedef struct PS2KbdState PS2KbdState;
4
5PS2KbdState *ps2_kbd_init(void (*update_irq)(void *, int), void *update_arg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected