Skip to content

Commit

Permalink
events: Remove unused function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontrabant committed Jan 10, 2025
1 parent 715897a commit 0e2ca93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/events/SDL_keysym_to_scancode_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@
// This function only correctly maps letters and numbers for keyboards in US QWERTY layout
extern SDL_Scancode SDL_GetScancodeFromKeySym(Uint32 keysym, Uint32 keycode);

// Convert a keysym to an extended SDL key code
extern SDL_Keycode SDL_GetExtendedKeyCodeFromKeySym(Uint32 keysym);

#endif // SDL_keysym_to_scancode_c_h_

0 comments on commit 0e2ca93

Please sign in to comment.