mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 12:01:25 +00:00
Stub INS_KeyToLocalName for SDL so we can build SDL2 again and ship a build out today.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6262 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
fab14e046f
commit
f1c714a187
1 changed files with 6 additions and 0 deletions
|
@ -933,6 +933,12 @@ static unsigned int tbl_sdltoquake[] =
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* stubbed */
|
||||||
|
qboolean INS_KeyToLocalName(int qkey, char *buf, size_t bufsize)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
static unsigned int tbl_sdltoquakemouse[] =
|
static unsigned int tbl_sdltoquakemouse[] =
|
||||||
{
|
{
|
||||||
K_MOUSE1,
|
K_MOUSE1,
|
||||||
|
|
Loading…
Reference in a new issue