Skip to content

PointerEventButton

This enum describes the different types of buttons for a pointer event, typically on a mouse or a pencil.

  • other — A button that is none of left, right, middle, back or forward. For example, this is used for the task button on a mouse with many buttons.
  • left — The left button.
  • right — The right button.
  • middle — The center button.
  • back — The back button.
  • forward — The forward button.

© 2026 SixtyFPS GmbH