27 #ifndef _CEGUISystemKeys_h_
28 #define _CEGUISystemKeys_h_
30 #include "CEGUI/InputEvent.h"
55 bool isPressed(SystemKey key)
const;
58 void keyPressed(Key::Scan key);
60 void keyReleased(Key::Scan key);
66 static SystemKey mouseButtonToSystemKey(
MouseButton button);
67 static SystemKey keyCodeToSystemKey(Key::Scan key);
70 void updatePressedStateForKey(Key::Scan key,
bool state);
71 void updateSystemKeyState(SystemKey syskey);