mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-21 04:54:18 +02:00
Make TAB key loop through U.I elements
This commit is contained in:
parent
78e2fd1a21
commit
ac2b255021
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue