diff options
| author | dam <dam@gudinoff> | 2021-12-02 22:19:02 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2021-12-02 22:19:02 +0000 |
| commit | 7d515712404db480b6ba6eb45576ecc74988acd3 (patch) | |
| tree | 0da9c6f9e024d188da3e6f903ac0710d8d7921de /project.godot | |
| parent | 6bd6e27851f7beda9c279ddcd9b5c816569e2614 (diff) | |
| download | surgery-log-7d515712404db480b6ba6eb45576ecc74988acd3.tar.zst surgery-log-7d515712404db480b6ba6eb45576ecc74988acd3.zip | |
Implement date picker prototype.
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 8bc4dca..fa00ba4 100644 --- a/project.godot +++ b/project.godot @@ -25,6 +25,10 @@ window/size/height=1280 window/energy_saving/keep_screen_on=false window/handheld/orientation="portrait" +[input_devices] + +pointing/emulate_touch_from_mouse=true + [physics] common/enable_pause_aware_picking=true |
