Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials
SKeyMap.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2010 Nikolaus Gebhardt
2 // This file is part of the "Irrlicht Engine".
3 // For conditions of distribution and use, see copyright notice in irrlicht.h
4 
5 #ifndef __S_KEY_MAP_H_INCLUDED__
6 #define __S_KEY_MAP_H_INCLUDED__
7 
8 #include "Keycodes.h"
9 
10 namespace irr
11 {
12 
15  {
23 
25  EKA_FORCE_32BIT = 0x7fffffff
26  };
27 
29  struct SKeyMap
30  {
33  };
34 
35 } // end namespace irr
36 
37 #endif
38 

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated on Tue Jun 5 2012 17:57:14 by Doxygen (1.8.1)