Best CWnd for Keyboard and Mouse Input
ATL / WTL / STL
2
Posts
2
Posters
0
Views
1
Watching
-
What do you think is the best control for getting keyboard and mouse input? I need to be able to over ride OnKeyDown, OnChar, OnMouseMove, OnLButtonDown & Up. I need to be able to control every aspect of how to respond to the input. CRect Pos(50,200,200,220); CWnd MyWnd; MyWnd.Create(_T("WHAT HERE???","MyInputWnd",WS_CHILD|WS_VISIBLE,Pos,this,1); Thanks in advance.
-
What do you think is the best control for getting keyboard and mouse input? I need to be able to over ride OnKeyDown, OnChar, OnMouseMove, OnLButtonDown & Up. I need to be able to control every aspect of how to respond to the input. CRect Pos(50,200,200,220); CWnd MyWnd; MyWnd.Create(_T("WHAT HERE???","MyInputWnd",WS_CHILD|WS_VISIBLE,Pos,this,1); Thanks in advance.