diff options
| author | jussi | 2023-03-30 00:13:02 +0300 |
|---|---|---|
| committer | jussi | 2023-03-30 00:13:02 +0300 |
| commit | 6a7c660f33e8ec4d351c63779df27874124597c6 (patch) | |
| tree | ae9c4e88093b1e89a9ca3d2ce71d996862247f72 /include/core.h | |
| parent | 9df23e32b02167dd41c8b5c25b852717163dfeda (diff) | |
| download | reilua-enhanced-6a7c660f33e8ec4d351c63779df27874124597c6.tar.gz reilua-enhanced-6a7c660f33e8ec4d351c63779df27874124597c6.tar.bz2 reilua-enhanced-6a7c660f33e8ec4d351c63779df27874124597c6.zip | |
GetKeyName and GetKeyScancode.
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index 5c60894..51a6a25 100644 --- a/include/core.h +++ b/include/core.h @@ -134,6 +134,8 @@ int lcoreIsKeyUp( lua_State *L ); int lcoreGetKeyPressed( lua_State *L ); int lcoreGetCharPressed( lua_State *L ); int lcoreSetExitKey( lua_State *L ); +int lcoreGetKeyName( lua_State *L ); +int lcoreGetKeyScancode( lua_State *L ); /* Input-related Gamepad. */ int lcoreIsGamepadAvailable( lua_State *L ); int lcoreIsGamepadButtonPressed( lua_State *L ); |
