Hi all!
I'm working on an windows application that requires separate events for the push and release of a button. While the button is pushed I have to rotate an opengl scene that is on a child window.
I'd like to do that way in order so user doesn't have to make multiple button clicks each time he wants to rotate the scene.
I've seen that WM_COMMAND is not sent until the user releases the mouse button...
Thanks!