mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-09-08 13:22:46 +02:00
13 lines
226 B
C++
13 lines
226 B
C++
#ifndef QTKEYTOSDL3KEY_HPP
|
|
#define QTKEYTOSDL3KEY_HPP
|
|
|
|
#include <QObject>
|
|
|
|
namespace Utilities
|
|
{
|
|
int QtKeyToSdl3Key(int);
|
|
int QtModKeyToSdl3ModKey(Qt::KeyboardModifiers);
|
|
} // namespace Utilities
|
|
|
|
#endif // QTKEYTOSDL3KEY_HPP
|