mgba-emu / mgba

mGBA Game Boy Advance Emulator
https://mgba.io/
Mozilla Public License 2.0
5.38k stars 744 forks source link

Lua isKeyActive() function gives "Error calling function (invoking failed)" #3175

Closed Real96 closed 1 month ago

Real96 commented 1 month ago

Tested this on commit e3edca1. When i try to check if the Shift keyborad key is pressed, using input:isKeyActive(8388658) (8388658 is the special value tied to the Shift button according to the docs), i get the error Error calling function (invoking failed)

endrift commented 1 month ago

Should be fixed in 5ff777d301d0d674b124eac0cf56021997078c3a.