DaVilka Posted March 23, 2021 Share Posted March 23, 2021 MouseWheel event exists? how to subscribe? Link to comment Share on other sites More sharing options...
lunarmare Posted March 23, 2021 Share Posted March 23, 2021 https://wiki.rage.mp/index.php?title=Controls See mouse wheel key codes, then read this documentation for binding keys https://wiki.rage.mp/index.php?title=Key::bind I haven't tested this but I presume it would work. Good luck Link to comment Share on other sites More sharing options...
DaVilka Posted March 24, 2021 Author Share Posted March 24, 2021 17 часов назад, lunarmare сказал: https://wiki.rage.mp/index.php?title=Controls See mouse wheel key codes, then read this documentation for binding keys https://wiki.rage.mp/index.php?title=Key::bind I haven't tested this but I presume it would work. Good luck Its settings, i tried to get across bool WheelUpDown = RAGE.Game.Invoker.Invoke<bool>(RAGE.Game.Natives.IsDisabledControlPressed,RAGE.Game.Control.CursorScrollDown, false); but doesn't work Link to comment Share on other sites More sharing options...
DaVilka Posted March 24, 2021 Author Share Posted March 24, 2021 I understand, does not work in c#, remate to js Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now