Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 969 Bytes

pointerpointproperties_ismiddlebuttonpressed.md

File metadata and controls

28 lines (21 loc) · 969 Bytes
-api-id -api-type
P:Windows.UI.Input.PointerPointProperties.IsMiddleButtonPressed
winrt property

Windows.UI.Input.PointerPointProperties.IsMiddleButtonPressed

-description

Gets a value that indicates whether the pointer input was triggered by the tertiary action mode of an input device.

-property-value

True if the tertiary action mode; otherwise false.

-remarks

Examples of tertiary action modes for various input devices:

  • A touch pointer does not set this property.
  • A pen pointer does not set this property.
  • A mouse pointer when the mouse wheel button is pressed.

-examples

-see-also

IsLeftButtonPressed, IsRightButtonPressed, IsXButton1Pressed, IsXButton2Pressed