Facepunch / garrysmod-requests

Feature requests for Garry's Mod
84 stars 24 forks source link

input.MouseWheel #507

Open ghost opened 9 years ago

ghost commented 9 years ago

Can we please get a function that returns the amount the mouse wheel was scrolled that frame(-1,1)?

UltimateByte commented 9 years ago

Can't you just count how many times the key is pressed ?

Edit : well i guess it is the point of your request :o))

thegrb93 commented 9 years ago

Can use this http://wiki.garrysmod.com/page/Category:CUserCmd to get the mouse wheel, but input.MouseWheel might be useful too.