PropertiesInputTouchPut
- Last UpdatedJul 13, 2023
- 1 minute read
Sets the values on the Input | Touch tab of the Object Properties dialog for the current object.
Syntax
PropertiesInputTouchPut(Action, Expression, LogMessage, RepeatRate)
Action:
The type of keyboard action:
0 = Up
1 = Down
2 = Repeat
Expression:
The expression configured for the selected keyboard action (either up, down or repeat).
LogMessage:
The message text to be logged.
RepeatRate:
A value between 1 and 32000 representing the repeat rate in milliseconds.
Return Value
0 (zero) if successful, otherwise an error is returned.
Note: For details on handling return and error values, see Error Handling.