9 out of 14 rated this helpful - Rate this topic

Responding to user interaction (DirectX and C++)

This section goes over touch input and other user interaction as it relates to DirectX development for Windows Store apps and games.

In this section

TopicDescription

Guidelines for user interaction

These guidelines will help you create intuitive and immersive user interaction experiences for your Windows Store app using DirectX with C++ that expose consistent functionality for all users, no matter what device or input method is used.

Responding to touch input

Here we talk aboutyou can support touch input in your Windows Store app using DirectX.

Developing mouse controls

In games, the mouse is a common control option that is familiar to many players, and is likewise essential to many genres of games, including first- and third-person shooters, and real-time strategy games. Here we discuss the implementation of relative mouse controls, which don't use the system cursor and don't return absolute screen coordinates; instead, they track the pixel delta between mouse movements.

Supporting screen orientation

Here, we'll discuss best practices for handling screen rotation in your Windows Store app using DirectX so that theWindows 8 device's graphics hardware are used efficiently and effectively.

 

Related topics

Creating a UI (DirectX and C++)
Developing apps (C++ and DirectX)

 

 

Build date: 6/14/2013

© 2013 Microsoft. All rights reserved.