17 #ifndef __H__OCULAR_EDITOR_INPUT_TRANSLATOR__H__
18 #define __H__OCULAR_EDITOR_INPUT_TRANSLATOR__H__
20 #include "Input/Keys.hpp"
46 static bool TranslateKeyPress(QEvent* event);
47 static bool TranslateKeyRelease(QEvent* event);
48 static bool TranslateMousePress(QEvent* event);
49 static bool TranslateMouseRelease(QEvent* event);
50 static bool TranslateMouseMove(QEvent* event);
54 static Core::KeyboardKeys ConvertKey(int32_t key);
55 static Core::MouseButtons ConvertButton(int32_t button);
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70