WIP: WTRTI v2.3 - 20231025
Added 2023-10-25 14:30:02 +0000 UTC
General:
Added input_poll_interval option (30ms default, min. 5ms) to the main config file (WTRTI.cfg), allows you to reduce the input polling rate for better input response..
GUI: From now you can set Mouse buttons (Left, Middle, Right) in hotkeys options.
Indicators:
"GFX HUD": Added hotkey Script options for switching view mode.
Scripting:
Added "combo" option type (ComboBox)..
Added "hotkey" option type. Supports: Keyboard keys, Mouse buttons, Joysticks buttons.
Added a new functions:
- setStateValue(key_str, value)
- hotkeyIsDown(hotkey)
- getJoystickNum()
- getJoystickAxis(js_id, axis)
- getJoystickButton(js_id, button)
For a detailed description, see Docs/lua-api.pdf.