Difference between revisions of "Hardware 3D (C++ DirectX Graphics) Tutorial 5"

From Chilipedia
Jump to: navigation, search
(Created page with "Concluding our exploration of window message bullshits with WM_CHAR and mouse messages. == Topics Covered == * WM_CHAR / TranslateMessage * WM_LBUTTONDOWN * POINTS / MakePoin...")
 
(Topics Covered)
Line 4: Line 4:
 
* WM_CHAR / TranslateMessage
 
* WM_CHAR / TranslateMessage
 
* WM_LBUTTONDOWN
 
* WM_LBUTTONDOWN
* POINTS / MakePoints()
+
* POINTS / MAKEPOINTS()
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==

Revision as of 20:29, 5 January 2019

Concluding our exploration of window message bullshits with WM_CHAR and mouse messages.

Topics Covered

  • WM_CHAR / TranslateMessage
  • WM_LBUTTONDOWN
  • POINTS / MAKEPOINTS()

Video Timestamp Index

Tutorial 5

Source Code

See also