Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 975 Bytes

pointerpointproperties_isxbutton2pressed.md

File metadata and controls

28 lines (19 loc) · 975 Bytes
-api-id -api-type
P:Windows.UI.Input.PointerPointProperties.IsXButton2Pressed
winrt property

Windows.UI.Input.PointerPointProperties.IsXButton2Pressed

-description

Gets a value that indicates whether the pointer input was triggered by the second extended mouse button (XButton2).

-property-value

True if the second extended mouse button is pressed; otherwise false.

-remarks

XButton2 is an additional button used on many mouse devices. It returns the same data as standard mouse buttons.

A touch pointer does not set this property.

A pen pointer does not set this property.

-examples

-see-also

IsLeftButtonPressed, IsRightButtonPressed, IsMiddleButtonPressed, IsXButton1Pressed