Ctrl+K

PointerButtons

Declaration

public sealed enum Strawberry.Input.PointerButtons

The possible pointer buttons of a pointing device For a mouse this is the left, right and middle button This enumeration supports a bitwise combination of its member values.

Members

Name Value Description
None 0
Primary 2 Tap or left mouse button
Secondary 4 Right mouse button. Should be implemented using Gestures for touch devices
Alternative 8 Middle mouse button. Should be implemented using Gestures for touch devices

Fields

None static

PointerButtons None = 0

Primary static

Tap or left mouse button

PointerButtons Primary = 2

Secondary static

Right mouse button. Should be implemented using Gestures for touch devices

PointerButtons Secondary = 4

Alternative static

Middle mouse button. Should be implemented using Gestures for touch devices

PointerButtons Alternative = 8