mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
in_sdl.c: Inline IN_IsNumpadKey().
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1088 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
2fcba99a63
commit
4eee84a9fc
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ static inline int IN_SDL2_ScancodeToQuakeKey(SDL_Scancode scancode)
|
|||
}
|
||||
#endif
|
||||
|
||||
static qboolean IN_IsNumpadKey (int key)
|
||||
static inline qboolean IN_IsNumpadKey (int key)
|
||||
{
|
||||
switch (key)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue