* (bug 2741) Adds support in the SDL client for many keys that were not
recognized. For example, F13, F14, F15, WINDOWS, SCROLLLOCK, CAPSLOCK, WORLD_0 - WORLD_95, etc. (Christophe Cavalaria) * (bug 2741) Adds the hard-coded toggleConsole bind Shift-Escape * (bug 2741) Adds detailed explaination of SDL keyboard handling differences in the README file.
This commit is contained in:
parent
da75e9fda8
commit
d580c54e2d
5 changed files with 276 additions and 8 deletions
|
@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
*/
|
||||
#include "keycodes.h"
|
||||
|
||||
#define MAX_KEYS 256
|
||||
#define MAX_KEYS 384
|
||||
|
||||
typedef struct {
|
||||
qboolean down;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue