mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 11:44:55 +00:00
Make TAB key loop through U.I elements
This commit is contained in:
@@ -251,7 +251,7 @@ int main(int argc, char** argv)
|
|||||||
|
|
||||||
if (active_input > 2)
|
if (active_input > 2)
|
||||||
{
|
{
|
||||||
active_input = PASSWORD_INPUT;
|
active_input = 0;
|
||||||
}
|
}
|
||||||
update = true;
|
update = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user