diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index ee2e80ce7..729cc321d 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -2406,6 +2406,9 @@ DISABLE_LAPTOP_TRANSITION = FALSE ; Fast loading of WWW laptop sites? FAST_WWW_SITES_LOADING = FALSE +; If set to TRUE, mouse boundary will be locked on the laptop, default behaviour. Ctrl + Z / Ctrl + Y to toggle current laptop session only +LAPTOP_MOUSE_CAPTURED = FALSE + ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/Data-UB/Ja2_Options.ini b/Data-UB/Ja2_Options.ini index c1358d8dd..088320fcd 100644 --- a/Data-UB/Ja2_Options.ini +++ b/Data-UB/Ja2_Options.ini @@ -2405,6 +2405,9 @@ DISABLE_LAPTOP_TRANSITION = FALSE ; Fast loading of WWW laptop sites? FAST_WWW_SITES_LOADING = FALSE +; If set to TRUE, mouse boundary will be locked on the laptop, default behaviour. Ctrl + Z / Ctrl + Y to toggle current laptop session only +LAPTOP_MOUSE_CAPTURED = FALSE + ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/Data/Ja2_Options.INI b/Data/Ja2_Options.INI index b82286c11..b900fd9c5 100644 --- a/Data/Ja2_Options.INI +++ b/Data/Ja2_Options.INI @@ -2386,6 +2386,9 @@ DISABLE_LAPTOP_TRANSITION = FALSE ; Fast loading of WWW laptop sites? FAST_WWW_SITES_LOADING = FALSE +; If set to TRUE, mouse boundary will be locked on the laptop, default behaviour. Ctrl + Z / Ctrl + Y to toggle current laptop session only +LAPTOP_MOUSE_CAPTURED = FALSE + ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/INIEditorJA2Options.xml b/INIEditorJA2Options.xml index 6998311ef..1393ee9c0 100644 Binary files a/INIEditorJA2Options.xml and b/INIEditorJA2Options.xml differ