mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Disable OSK when starting game
This commit is contained in:
@@ -11,8 +11,8 @@ local Randomizer = require 'game.randomizer'
|
||||
local GameMode = Object:extend()
|
||||
|
||||
function GameMode:new(player_name, input_file, replay_grade)
|
||||
-- VCTRL.toggle(MOBILE and not input_file and not SETTINGS.tvMode)
|
||||
VCTRL.toggle(true)
|
||||
VCTRL.toggle(MOBILE and not input_file and not SETTINGS.tvMode)
|
||||
if MOBILE and not SETTINGS.tvMode then love.keyboard.setTextInput(false) end
|
||||
VCTRL.reset()
|
||||
|
||||
if player_name == nil then self.training = true else self.training = false end
|
||||
|
||||
Reference in New Issue
Block a user