GWToolboxpp
GWToolboxpp copied to clipboard
reroll confirmation
When I'm in an explorable area and use the /rr command, I don't want a confirmation window. Maybe this should be optional, or only apply when you're in a party with other players or something?
press your return key
Scratch that, return doesn't work for this confirmation dialog
...it does work for me
its a bit hacky - because you could still have the enter key pressed as a result of sending /rr derv
it could see that "oh enter is currently pressed, that means OK"
As a dirty workaround I put a 500ms delay on checking, so its not as responsive as the in-game F12 -> C -> Enter that you would normally use
We can use the imgui method to find out if it's a new enter press.