mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 18:37:44 +02:00
Change game.project settings autofocus -> no_auto_input
This commit is contained in:
parent
a86d826ae1
commit
59d7635cf8
@ -43,7 +43,7 @@ local Druid = class("druid.druid_instance")
|
|||||||
|
|
||||||
|
|
||||||
local function input_init(self)
|
local function input_init(self)
|
||||||
if not sys.get_config("druid.auto_focus") == "1" then
|
if sys.get_config("druid.no_auto_input") == "1" then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ gamepads = /builtins/input/default.gamepadsc
|
|||||||
use_accelerometer = 0
|
use_accelerometer = 0
|
||||||
|
|
||||||
[druid]
|
[druid]
|
||||||
autofocus = 1
|
no_auto_input = 0
|
||||||
|
|
||||||
[html5]
|
[html5]
|
||||||
engine_arguments = --verify-graphics-calls=false
|
engine_arguments = --verify-graphics-calls=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user