Mousewheel check

This is what I did,
1
2
if ( GET_WHEEL_DELTA_WPARAM(WHEEL_DELTA) )
{ }

But it didn't work, I'm looking for a simple wheeldown/wheelup scroll check.
Hmm, someone?
Topic archived. No new replies allowed.