Removed deprecated settings 'Mouse correction factor' (issue 23)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1128 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
2
struct.h
2
struct.h
@@ -285,8 +285,6 @@ typedef struct
|
||||
byte Max_undo_pages; ///< Number of steps to memorize for Undo/Redo.
|
||||
byte Mouse_sensitivity_index_x; ///< Mouse sensitivity in X axis
|
||||
byte Mouse_sensitivity_index_y; ///< Mouse sensitivity in Y axis
|
||||
byte Mouse_fix_factor_X; ///< Mouse correction factor in X axis.
|
||||
byte Mouse_fix_factor_Y; ///< Mouse correction factor in Y axis.
|
||||
byte Mouse_merge_movement; ///< Number of SDL mouse events that are merged into a single change of mouse coordinates.
|
||||
byte Delay_left_click_on_slider; ///< Delay (in 1/100s) between two activations of a repeatable button when you hold left-click.
|
||||
byte Delay_right_click_on_slider; ///< Delay (in 1/100s) between two activations of a repeatable button when you hold left-click.
|
||||
|
||||
Reference in New Issue
Block a user