mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-01-25 14:25:20 -08:00
Update mouse.h
Fixes static
This commit is contained in:
@@ -12,6 +12,8 @@ typedef struct {
|
||||
bool right_button;
|
||||
} mouse_data_t;
|
||||
|
||||
extern mouse_data_t mouse_data;
|
||||
|
||||
// Function declarations for USB 1.x HID mouse support
|
||||
bool usb_mouse_init(void);
|
||||
bool usb_mouse_detected(void);
|
||||
|
||||
Reference in New Issue
Block a user