wireless driver interface, g-wolves implementation
This commit is contained in:
@@ -41,5 +41,8 @@ int driver_mouse_dpi_get(void* handle, struct MOUSE_DPI_LEVELS* output);
|
||||
int driver_mouse_motion_sync_get(void* handle, bool* output);
|
||||
int driver_mouse_angle_snap_get(void* handle, bool* output);
|
||||
|
||||
/* Wireless drivers */
|
||||
int driver_wireless_battery_state_get(void* handle, int* battery_level, bool* charging);
|
||||
int driver_wireless_connection_type_get(void* handle, bool* output);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user