#pragma once #include class KeyMapQtOsg { public: static int RemapKey(int key); static int RemapKey(QKeyEvent* event); };