wireless driver interface, g-wolves implementation

This commit is contained in:
2023-10-01 13:04:34 +02:00
parent c11c203e14
commit ad28b82bb8
3 changed files with 61 additions and 4 deletions
+3
View File
@@ -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