Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 946 Bytes

optionaluinavigationbuttons.md

File metadata and controls

60 lines (40 loc) · 946 Bytes
-api-id -api-type
T:Windows.Gaming.Input.OptionalUINavigationButtons
winrt enum

OptionalUINavigationButtons

-description

Specifies additional buttons that may be available on a controller that appears as a navigation controller.

-enum-fields

-field None:0

No buttons.

-field Context1:1

Context1 button.

-field Context2:2

Context2 button.

-field Context3:4

Context3 button.

-field Context4:8

Context4 button.

-field PageUp:16

Page up button.

-field PageDown:32

Page down button.

-field PageLeft:64

Page left button.

-field PageRight:128

Page right button.

-field ScrollUp:256

Scroll up button.

-field ScrollDown:512

Scroll down button.

-field ScrollLeft:1024

Scroll left button.

-field ScrollRight:2048

Scroll right button.

-remarks

-examples

-see-also