UGX-Mods

Call of Duty: Black Ops 1 => Help Desk => Scripting => Topic started by: gsspamac on February 18, 2018, 07:43:28 pm

Title: Detecting mouse scroll
Post by: gsspamac on February 18, 2018, 07:43:28 pm
Code Snippet
Plaintext
self ButtonPressed("shift")
This one above works fine and detects when I press the shift button.

Code Snippet
Plaintext
self ButtonPressed("mwheelup")
Code Snippet
Plaintext
self ButtonPressed("mwheeldown")

These two dont work.
Can anyone help me out?