Static Public Member Functions | |
static InputFunc_CommandFilter | SetCommandFilterFunction (InputFunc_CommandFilter newFunc) |
An MDL application can use this to set a function to be called before command queue elements are dispatched to the appropriate command processor. More... | |
static InputFunc_MessageReceived | SetMessageReceivedFunction (InputFunc_MessageReceived newFunc) |
An MDL application can use this to set a function to be called when a queue element other than a command queue element is directed to the task. More... | |
static InputFunc_PreprocessKeyin | SetPreprocessKeyinFunction (InputFunc_PreprocessKeyin newFunc) |
An MDL application can use this to set a function to be called before keyin processing. More... | |
static InputFunc_Monitor | SetMonitorFunction (InputFunc_Monitor newFunc, InputMonitorFilter filter) |
An MDL application can use this to set a function to inspect queue elements before they are sent to the input processor. More... | |