Link to home
Start Free TrialLog in
Avatar of mike_marquet
mike_marquet

asked on

Getting Mouse button states !

How can I get the mouse buttons states.
(like GetKeyState for the keyboard)

I need it in the OnHitTest Even which doesn't give me
the button states.
ASKER CERTIFIED SOLUTION
Avatar of NickRepin
NickRepin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Zoppo
Or even GetKeyState( VK_LBUTTON ): Reflects the state which was active when the currently handled message was produced.
Avatar of mike_marquet
mike_marquet

ASKER

Thanks