Added driver interface for motionsync/anglesnap

This commit is contained in:
2023-09-30 13:15:46 +02:00
parent c535c91a48
commit e5cd168c18
2 changed files with 9 additions and 3 deletions
+4
View File
@@ -38,4 +38,8 @@ struct MOUSE_DPI_LEVELS
};
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);
#endif