This commit is contained in:
Isuru Samarathunga
2025-10-01 23:14:11 +05:30
parent f6c022f38e
commit 6a87771d8f

View File

@ -255,8 +255,8 @@ namespace ia::iae
enum class DirectionalInput: UINT8 enum class DirectionalInput: UINT8
{ {
NONE = 0, NONE = 255,
DOWN, DOWN = 0,
DOWN_LEFT, DOWN_LEFT,
LEFT, LEFT,
UP_LEFT, UP_LEFT,