]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
added JOY_UP/DOWN/LEFT/RIGHT keys which are a more general form of the joy_axiskeyeve...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 19 May 2011 01:33:42 +0000 (01:33 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 19 May 2011 01:33:42 +0000 (01:33 +0000)
commitdb717d093453e95a1fc005d7c884b12562d7ca9f
treeb2ea6ea4042a830ee1498cee00dd4e9faf23783b
parentd6070bce95a76039af1a5073b0fed22efab34bae
added JOY_UP/DOWN/LEFT/RIGHT keys which are a more general form of the joy_axiskeyevents cvar (which when set to 1 will turn these into UPARROW/DOWNARROW/etc as before, but this way a menu qc can respond to them correctly)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11157 d7cf8633-e32d-0410-b094-e92efae38249
keys.c
keys.h
vid_shared.c