====== Input (Module) ====== Module that provides access to the input subsystem. ===== Functions ===== #@Identifier_HTML~bindEvent~@# ( #@Arg_HTML~Text,eventSpec~@#, #@Arg_HTML~Text,command~@# ) Creates an [[guide:event binding]] for the provided event. Whenever the event is received, the specified command will be executed. Returns True or False to indicate successful creation of the binding. Input.bindEvent("key-k-down", 'echo "K was pressed!"') This function works the same way as the console command ''bindevent''.