28 #ifndef _CEGUISystemKeys_h_
29 #define _CEGUISystemKeys_h_
31 #include "CEGUI/InputEvent.h"
56 bool isPressed(SystemKey key)
const;
59 void keyPressed(Key::Scan key);
61 void keyReleased(Key::Scan key);
67 static SystemKey mouseButtonToSystemKey(
MouseButton button);
68 static SystemKey keyCodeToSystemKey(Key::Scan key);
71 void updatePressedStateForKey(Key::Scan key,
bool state);
72 void updateSystemKeyState(SystemKey syskey);