GTAVMenuBase icon indicating copy to clipboard operation
GTAVMenuBase copied to clipboard

A C++ menu system for GTA V, visually same as GTA V's Interaction Menu

Results 3 GTAVMenuBase issues
Sort by recently updated
recently updated
newest added

According to the ScriptHookV doc you should use keyboardHandlerRegister instead of GetAsyncKeyState > You must use keyboard hook instead of GetKeyState/GetAsyncKeyState WIN API funcs, because it guarantees that all key...

- [ ] Silent mode setting - [ ] Increase OptionPlus width with a setter?

I tried to implement a "menu.label" option. However, I couldn't get it exactly right. I can get it so that the label is not selectable and the other options are....

enhancement