Added driver interface for motionsync/anglesnap
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user