I am new to DirectDraw.
All I tried was create a DirectDraw surface and catch mouse events on
that.... [ somewhat like 'a GUI with a button' ] I am able to create
surface and draw on it but I am clueless how to catch mouse events on
that surface .
Create a DirectDraw surface and get mouse click events on that
surface. Is this possible ?
Do I have use directInput for getting mouse events ?Isn't this
possible with win32 messages ?
Reagrds,
dev