Mouse wheel button codes
-
Does anyone know the code to listen for the player to scroll up and down on their mouse?
Ive got the rest of the buttons figured out, its just, for the life of me, i cannot figure out how to listen for them to use their mouse wheel.
Any help?
-
think Matrix would know better than any of us. never worked with scroll up and down
-
Should be
MWHEELUP
andMWHEELDOWN
. -
MrMcyeet
This are the bind, if you want manage you can try to use notifyOnPlayerCommand, or try to get this information in some how. This are the bind. I hope that can be helpfulbind MWHEELDOWN "weapprev" bind MWHEELUP "+weapnext_inventory" bind2 MWHEELUP "+switchseat"
-
what about pushing the mouse wheel in?