MouseButton

Description

enum Tinman.Engine.Application.MouseButton

Enumeration of known mouse buttons.

Public / Constants

Left

public constant Left → (0:int32)

The left mouse button.

         _)
     .--'
  __(__
/###|  `\
|###Q   |
|###|___|
|       |
|       |
|       |
\       /
 '.___.'

Middle

public constant Middle → (1:int32)

The middle mouse button.

         _)
     .--'
  __(__
/`  #  `\
|  ###  |
|___#___|
|       |
|       |
|       |
\       /
 '.___.'

public constant Right → (2:int32)

The right mouse button.

         _)
     .--'
  __(__
/`  |###\
|   Q###|
|___|###|
|       |
|       |
|       |
\       /
 '.___.'

None

public constant None → (-1:int32)

No mouse button.