views:

6

answers:

0

Hello,

Does anybody could explain me how to use it to perform mouse input in driver level?

I would like to know how to perform mouse (particular button) down/down/press events, also how to do move mouse and, finally, how scroll (horizontaly/verticaly) with mouse?

I have already used SendInput, SendMessage and even MouseKeys (Windows application, which allows user to move mouse and invoke clicks using numpad buttons). They all had not given the desired result.

Additionaly, include example, how to get all mouse device handles, please.

Thank you.

related questions