mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-31 12:22:18 +00:00
textinput
This commit is contained in:
parent
c14ad093f7
commit
15155aecaf
1 changed files with 3 additions and 0 deletions
|
|
@ -73,5 +73,8 @@ class GuiTextInput extends GuiControl {
|
|||
// js.Browser.document.documentElement.requestFullscreen();
|
||||
}
|
||||
#end
|
||||
#if android
|
||||
text.focus();
|
||||
#end
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue