Closed MarkOates closed 2 years ago
Right now, the key_down_func and key_down_funcs are passing down the ALLEGRO_EVENT for the keypress. This is a preferred pattern.
key_down_func
key_down_funcs
ALLEGRO_EVENT
In the DragonWrath game, the fix was applied. This same change needs to be added to to Framework.
Framework
This is the change: https://github.com/MarkOates/DragonWrath/commit/29f6bae
This was done in https://github.com/allegroflare/allegro_flare/commit/ec8d8a7a13dac50f340faae933cd8283586220d8
Right now, the
key_down_func
andkey_down_funcs
are passing down theALLEGRO_EVENT
for the keypress. This is a preferred pattern.In the DragonWrath game, the fix was applied. This same change needs to be added to to
Framework
.This is the change: https://github.com/MarkOates/DragonWrath/commit/29f6bae