1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-22 13:54:58 +00:00
Aquaria/BBGE/GameKeyNames.h

10 lines
208 B
C
Raw Normal View History

#ifndef BBGE_LEGACYKEYCODES_H
#define BBGE_LEGACYKEYCODES_H
#include <string>
unsigned getLegacyInputCodeFromKeyName(const std::string& name);
const char *getLegacyKeyNameFromInputCode(unsigned k);
#endif