Skip to content
Snippets Groups Projects
Commit adb4a842 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Added K_KP_PLUS and K_KP_MINUS

Rev: lib/modules/GLUE.pmod/Driver.pmod/SDL.pike:1.5
parent 7becf07a
Branches
Tags
No related merge requests found
//
// $Id: SDL.pike,v 1.4 2004/04/08 21:52:50 nilsson Exp $
// $Id: SDL.pike,v 1.5 2004/04/21 08:55:49 nilsson Exp $
#pike __REAL_VERSION__
......@@ -315,6 +315,8 @@ static int X_sym( SDL.Keysym sym )
SDL.K_RIGHTPAREN:')', SDL.K_SEMICOLON:';',
SDL.K_SLASH:'/', SDL.K_SPACE:' ', SDL.K_UNDERSCORE:'_',
SDL.K_KP_PLUS:'+', SDL.K_KP_MINUS:'-',
// CARET CLEAR COMPOSE EURO FIRST HELP KP* LMETA LSUPER
// MODE POWER RMETA RSUPER
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment