X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fkeys.h;h=3915aa2fce8dd1ec4706ff78ae3c5554de4c9045;hb=a50eef72fac4b253bd014a32ec43b90e990b5784;hp=9718f83dc94074c9b05cdbd2eafed253f3094c36;hpb=5add89fdd5e5e542ae0e93de2fe9d9b2532c1e07;p=libs%2Fgui.git diff --git a/source/input/keys.h b/source/input/keys.h index 9718f83..3915aa2 100644 --- a/source/input/keys.h +++ b/source/input/keys.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgbase -Copyright © 2008, 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_INPUT_KEYS_H_ #define MSP_INPUT_KEYS_H_ @@ -146,20 +139,9 @@ enum N_KEYS_ = 0x100 }; -enum -{ - MOD_SHIFT = 1, - MOD_CONTROL = 2, - MOD_ALT = 4, - MOD_SUPER = 8, - N_MODS_ = 4 -}; - extern unsigned key_from_sys(unsigned); extern unsigned key_to_sys(unsigned); -extern unsigned mod_from_sys(unsigned); - } // namespace Input } // namespace Msp