drawing to windows with the mouse

Started by
13 comments, last by phil67rpg 11 years, 5 months ago
I finally tried WM_LBUTTONDOWN and it worked.
Advertisement
You could also stop banging your head on the wall and leave the Win32 API behind for input and drawing and move to a modern system like SFML or even SDL for input/windowing.

But, we're been down this road, and you're going to continue to use that crappy API that is Win32.

My Gamedev Journal: 2D Game Making, the Easy Way

---(Old Blog, still has good info): 2dGameMaking
-----
"No one ever posts on that message board; it's too crowded." - Yoga Berra (sorta)

I wanted to learn windows because it leads to dx9
If you want to learn DX9, learn DX9. Don't get side-tracked with that seething pit of ugliness that is Win32 API. Most rational people these days use an abstraction layer so they don't have to deal with it that much.
ok I have learned a lot I will go back to dx9

This topic is closed to new replies.

Advertisement