More CirclePad Pro improvements

This commit is contained in:
wheremyfoodat
2025-07-03 00:52:55 +03:00
parent 935e088ca1
commit 0ab8a6d956
14 changed files with 155 additions and 81 deletions

View File

@@ -367,6 +367,8 @@ void LuaManager::initializeThunks() {
addIntConstant(HID::Keys::Right, "__ButtonRight");
addIntConstant(HID::Keys::L, "__ButtonL");
addIntConstant(HID::Keys::R, "__ButtonR");
addIntConstant(HID::Keys::ZL, "__ButtonZL");
addIntConstant(HID::Keys::ZR, "__ButtonZR");
// Call our Lua runtime initialization before any Lua script runs
luaL_loadstring(L, runtimeInit);