mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Allow gamepads to accept text entry fields
git-svn-id: https://svn.eduke32.com/eduke32@7988 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
a29869f86e
commit
86aa23e394
1 changed files with 5 additions and 2 deletions
|
@ -377,8 +377,11 @@ int32_t I_EnterText(char *t, int32_t maxlength, int32_t flags)
|
|||
}
|
||||
}
|
||||
|
||||
// All gamefuncs (and *only* _gamefuncs_) in I_ReturnTriggerClear() should be replicated here.
|
||||
CONTROL_ClearButton(gamefunc_Crouch);
|
||||
if (I_AdvanceTrigger())
|
||||
{
|
||||
I_AdvanceTriggerClear();
|
||||
return 1;
|
||||
}
|
||||
if (I_ReturnTrigger())
|
||||
{
|
||||
I_ReturnTriggerClear();
|
||||
|
|
Loading…
Reference in a new issue