Fixed some bugs.

This commit is contained in:
2026-03-08 13:55:11 -05:00
parent 2c3fdf7803
commit 5dd22fad6c
6 changed files with 24 additions and 20 deletions

View File

@@ -180,4 +180,6 @@ inputbuttondata_t INPUT_BUTTON_DATA[] = {
{ .name = "kp_enter", { .type = INPUT_BUTTON_TYPE_KEYBOARD, .scancode = SDL_SCANCODE_KP_ENTER } },
{ .name = "kp_equals", { .type = INPUT_BUTTON_TYPE_KEYBOARD, .scancode = SDL_SCANCODE_KP_EQUALS } },
#endif
{ .name = NULL },
};