Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

SDL.mouseMask

This enumeration is used to check the state of multiple buttons at the same time.

Function

Enum

SDL.mouseMask = {
    Left,
    Right,
    Middle,
    X1,
    X2
}

VALUES

  • Left, the left button
  • Middle, the middle click (usually wheel button)
  • Right, the right button
  • X1, mouse dependent
  • X2, mouse dependent
Clone this wiki locally