Open Dev Kit Documentation :: Game :: Input :: Create Input
Game.Input.CreateInput( Name String ) InputCreates a new input event with specified name
Parameters
- Name String
- Name of input event to create
Return Value
Lua Usage
local input = input:CreateInput(name)
If you think anything is missing, please feel free to: submit documentation feedback on this page
