mirror of
https://github.com/fairyglade/ly
synced 2024-11-13 13:10:25 +00:00
Make TAB key loop through U.I elements
This commit is contained in:
parent
78e2fd1a21
commit
ac2b255021
@ -251,7 +251,7 @@ int main(int argc, char** argv)
|
||||
|
||||
if (active_input > 2)
|
||||
{
|
||||
active_input = PASSWORD_INPUT;
|
||||
active_input = 0;
|
||||
}
|
||||
update = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user