mirror of
https://github.com/Rosalie241/RMG.git
synced 2026-07-30 18:28:27 +02:00
13 lines
226 B
C++
13 lines
226 B
C++
#ifndef QTKEYTOSDL2KEY_HPP
|
|
#define QTKEYTOSDL2KEY_HPP
|
|
|
|
#include <QObject>
|
|
|
|
namespace Utilities
|
|
{
|
|
int QtKeyToSdl2Key(int);
|
|
int QtModKeyToSdl2ModKey(Qt::KeyboardModifiers);
|
|
} // namespace Utilities
|
|
|
|
#endif // QTKEYTOSDL2KEY_HPP
|