Drag[en]gine Script Module DragonScript  1.21
Dragengine.InputEventMouseButton Class Reference

InputEvent mouse button. More...

Inheritance diagram for Dragengine.InputEventMouseButton:

Static Public Attributes

static final int left = 0
 No modifier. More...
 
static final int middle = 2
 Control modifier. More...
 
static final int right = 1
 Shift modifier. More...
 

Detailed Description

InputEvent mouse button.

Non-exhaustive list of constants covering the important mouse buttons left, middle and right (or primary, secondary and tertiary on some system). Mouse devices can send events with mouse buttons of higher value than those named above so be prepared to see those.

Member Data Documentation

◆ left

final int Dragengine.InputEventMouseButton.left = 0
static

No modifier.

◆ middle

final int Dragengine.InputEventMouseButton.middle = 2
static

Control modifier.

◆ right

final int Dragengine.InputEventMouseButton.right = 1
static

Shift modifier.


The documentation for this class was generated from the following file: