DYTSrouce/src/viewer/KeyMapQtOsg.h

10 lines
146 B
C
Raw Normal View History

2025-01-04 04:12:51 +00:00
#pragma once
#include <QInputEvent>
class KeyMapQtOsg {
public:
static int RemapKey(int key);
static int RemapKey(QKeyEvent* event);
};