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

From Chilipedia
Jump to: navigation, search
(Created page with "We set out on an expedition into WM_LAND, surveying what messages are sent to our window and trying our hand at handling some keyboard messages. == Topics Covered == * Window...")
 
(Topics Covered)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
== Topics Covered ==
 
== Topics Covered ==
 
* Windows Message Logger
 
* Windows Message Logger
* WM_KEYDOWN
+
* <code>WM_KEYDOWN</code>
* WM_KEYUP
+
* <code>WM_KEYUP</code>
 +
* <code>SetWindowText()</code>
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
[https://youtu.be/_sssssssss4 Tutorial 4]
+
[https://youtu.be/UUbXK4G_NCM Tutorial 4]
  
 
== Source Code ==
 
== Source Code ==

Latest revision as of 20:33, 5 January 2019

We set out on an expedition into WM_LAND, surveying what messages are sent to our window and trying our hand at handling some keyboard messages.

Topics Covered

  • Windows Message Logger
  • WM_KEYDOWN
  • WM_KEYUP
  • SetWindowText()

Video Timestamp Index

Tutorial 4

Source Code

See also