We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdd903 commit c44d35dCopy full SHA for c44d35d
core_options.h
@@ -53,6 +53,7 @@ namespace DBP_Option
53
_interface_slowrate,
54
_interface_systemhotkeys,
55
_interface_middlemouse,
56
+ _interface_lockmouse,
57
#endif
58
// General
59
forcefps,
@@ -219,6 +220,17 @@ static retro_core_option_v2_definition option_defs[DBP_Option::_OPTIONS_TOTAL] =
219
220
},
221
"false"
222
223
+ {
224
+ "interface_lockmouse",
225
+ "Mouse Lock Default Status", NULL,
226
+ "Will have the mouse locked at program start if enabled.", NULL,
227
+ DBP_OptionCat::General,
228
229
+ { "false", "Off" },
230
+ { "true", "On" },
231
+ },
232
+ "false"
233
234
235
{
236
"dosbox_pure_force60fps", // legacy name
0 commit comments