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

From Chilipedia
Jump to: navigation, search
(Created page with "Using Windows Raw Input to get that sweet-sweet relative mouse movement data directly from the device. == Topics Covered == * Registering devices to receive raw input from *...")
 
(Topics Covered)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
== Topics Covered ==
 
== Topics Covered ==
* Registering devices to receive raw input from
+
* Registering devices for which to receive raw input from Windows
* Handling <code>WM_INPUT</code> messages
+
* Handling <code>WM_INPUT</code> messages and retrieving raw mouse input data
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
* [https://youtu.be/RQTBTfjs7GM Tutorial 30]
+
* [https://youtu.be/5h0DfKTXQfo Tutorial 30]
  
 
== Source Code ==
 
== Source Code ==

Latest revision as of 15:58, 21 July 2019

Using Windows Raw Input to get that sweet-sweet relative mouse movement data directly from the device.

Topics Covered

  • Registering devices for which to receive raw input from Windows
  • Handling WM_INPUT messages and retrieving raw mouse input data

Video Timestamp Index

Source Code

See also