📅  最后修改于: 2022-03-11 14:57:01.836000             🧑  作者: Mango
-- its Lua BTW :)
-- checks if INPUT_CONTEXT has just been released
if IsControlJustReleased(1--[[input group]], 51--[[control index]]) then
-- run code here
end