You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, al_key_down doesn't detect ALLEGRO_KEY_{L,R}SHIFT press when Num lock is on and ALLEGRO_KEY_PAD_? is pressed simultaneously. This works fine on GNU/Linux, though.
The text was updated successfully, but these errors were encountered:
That shows me pressing and holding shift, tapping numpad 6 (with numlock on as modifiers show) and then releasing shift. Despite that I get 2 down and up events for the shift key.
As far as I understand this is a limitation of the input API we're using (Win32). It's not obvious what can be done about this.
On Windows, al_key_down doesn't detect ALLEGRO_KEY_{L,R}SHIFT press when Num lock is on and ALLEGRO_KEY_PAD_? is pressed simultaneously. This works fine on GNU/Linux, though.
The text was updated successfully, but these errors were encountered: