mirror of https://github.com/fairyglade/ly.git
Make TAB key loop through U.I elements
This commit is contained in:
parent
5bf1211a1f
commit
5db94ffc22
|
@ -259,7 +259,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