User Tools

Site Tools


script:module:input

Input (Module)

Module that provides access to the input subsystem.

Functions

bindEvent ( eventSpec : Text, command : Text )

Creates an 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.

script/module/input.txt · Last modified: 2019-12-16 07:23 by skyjake