-
-
Notifications
You must be signed in to change notification settings - Fork 441
Open
Description
I am trying to use raylib with termux-x11.
Currently trying with openbox.
if i have an simple code like this
if (IsKeyDown(KEY_Q)) {
println("Pressed Q");
break;
}if i launch the window and press q
nothing happens but if i press Alt+q(and no this is not any binding if i replace q with any other key its the same thing)
it works like what is the problem?
Metadata
Metadata
Assignees
Labels
No labels