• Clientside Mouse Scroll Hook
    4 replies, posted
Can't find one, what is the best way to take use of the mouse wheel?
There's no way to utilize the mouse wheel right now, because no hook seems to call that anymore. I used [b][url=wiki.garrysmod.com/?title=Gamemode.CallScreenClickHook]Gamemode.CallScreenClickHook [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] with MOUSE_WHEEL_UP / MOUSE_WHEEL_DOWN to be used in my chatbox, however they're never called from that hook. But that never worked, I believe it has been broken for quite some time now too.
there should be a way to do it, roleplay gamemodes like openaura and tacoscript have scrolling
Oh you're right, [b][url=http://wiki.garrysmod.com/?title=Input.IsMouseDown]Input.IsMouseDown [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] seem to be working with MOUSE_WHEEL_UP and MOUSE_WHEEL_DOWN.
cool, thanks
Sorry, you need to Log In to post a reply to this thread.