51 lines
1.8 KiB
Markdown
51 lines
1.8 KiB
Markdown
---
|
|
page_type: sample
|
|
languages:
|
|
- cpp
|
|
- csharp
|
|
products:
|
|
- windows-api-win32
|
|
name: Radial Contoller sample
|
|
urlFragment: radial-controller
|
|
description: Demonstrates how to run the radial controller sample.
|
|
extendedZipContent:
|
|
- path: LICENSE
|
|
target: LICENSE
|
|
---
|
|
|
|
# Radial Controller sample
|
|
|
|
To obtain information about Windows 10 development, go to the [Windows Dev Center](http://go.microsoft.com/fwlink/?LinkID=532421).
|
|
|
|
To obtain information about Microsoft Visual Studio 2015 and the tools for developing Windows apps, go to [Visual Studio 2015](http://go.microsoft.com/fwlink/?LinkID=532422).
|
|
|
|
## System requirements
|
|
|
|
Windows 10 Anniversary Update
|
|
|
|
## Build the sample
|
|
|
|
1. Start Visual Studio and select **File** > **Open** > **Project/Solution**.
|
|
1. Go to the folder where you saved the sample, and double-click the Visual Studio Solution (*.sln*) file.
|
|
1. Press **F7** or use **Build** > **Build Solution** to build the sample.
|
|
|
|
## Run the sample
|
|
|
|
To debug the app and then run it, press **F5** or use **Debug** > **Start Debugging**. To run the app without debugging, press **Ctrl**+**F5** or use **Debug** > **Start Without Debugging**.
|
|
|
|
## Related topics
|
|
|
|
### Developer and UX guidance
|
|
|
|
[Surface Dial interactions](https://msdn.microsoft.com/en-us/windows/uwp/input-and-devices/windows-wheel-interactions)
|
|
|
|
### Reference
|
|
|
|
[RadialController](https://msdn.microsoft.com/library/windows/apps/windows.ui.input.radialcontroller.aspx)
|
|
|
|
[RadialControllerMenu](https://msdn.microsoft.com/library/windows/apps/windows.ui.input.radialcontrollermenu.aspx)
|
|
|
|
[RadialControllerMenuItem](https://msdn.microsoft.com/library/windows/apps/windows.ui.input.radialcontrollermenuitem.aspx)
|
|
|
|
[RadialControllerConfiguration](https://msdn.microsoft.com/library/windows/apps/windows.ui.input.radialcontrollerconfiguration.aspx)
|