Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read raw Win32 key state and resolve virtual-key names.
if input.IsKeyDown(0x06) then ... end -- mouse5
local name = input.GetKeyName(0x06) -- "m5"