^ That.
Do we have any way to check the state of a specific keyboard key? i.e.
I was hoping to use Shift+Click on my script's toolbar button to open a settings dialog instead of running the script normally, but I'm coming up empty-handed on a way to check for it.
Cheers.
Do we have any way to check the state of a specific keyboard key? i.e.
Code:
local shift_pressed = GetKeyState("shift")
Cheers.