00001 /* Grafx2 - The Ultimate 256-color bitmap paint program 00002 00003 Copyright 2008 Yves Rizoud 00004 Copyright 2007 Adrien Destugues 00005 Copyright 1996-2001 Sunset Design (Guillaume Dorme & Karl Maritaud) 00006 00007 Grafx2 is free software; you can redistribute it and/or 00008 modify it under the terms of the GNU General Public License 00009 as published by the Free Software Foundation; version 2 00010 of the License. 00011 00012 Grafx2 is distributed in the hope that it will be useful, 00013 but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 GNU General Public License for more details. 00016 00017 You should have received a copy of the GNU General Public License 00018 along with Grafx2; if not, see <http://www.gnu.org/licenses/> or 00019 write to the Free Software Foundation, Inc., 00020 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00021 */ 00022 00023 word Conversion_ANSI(SDL_keysym Sym); 00024 word Conversion_Touche(SDL_keysym Sym); 00025 word Touche_pour_scancode(word scancode); 00026 const char * Nom_touche(word Touche); 00027 word Modificateurs_Touche(SDLMod Mod); 00028
1.5.8