Reference for JVM version of SpaceVIL  0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
com.spvessel.spacevil.Flags.MouseButton Enum Reference

Enum of button codes of mouse. More...

Public Member Functions

 MouseButton (int button)
 
int getValue ()
 

Static Public Member Functions

static MouseButton getEnum (int button)
 

Public Attributes

 UNKNOWN =(-1)
 
 BUTTON_4 =(3)
 
 BUTTON_5 =(4)
 
 BUTTON_6 =(5)
 
 BUTTON_7 =(6)
 
 BUTTON_8 =(7)
 
 BUTTON_LEFT =(0)
 
 BUTTON_RIGHT =(1)
 
 BUTTON_MIDDLE =(2)
 

Detailed Description

Enum of button codes of mouse.

Constructor & Destructor Documentation

◆ MouseButton()

com.spvessel.spacevil.Flags.MouseButton.MouseButton ( int  button)

Member Function Documentation

◆ getEnum()

static MouseButton com.spvessel.spacevil.Flags.MouseButton.getEnum ( int  button)
static

◆ getValue()

int com.spvessel.spacevil.Flags.MouseButton.getValue ( )

Member Data Documentation

◆ BUTTON_4

com.spvessel.spacevil.Flags.MouseButton.BUTTON_4 =(3)

◆ BUTTON_5

com.spvessel.spacevil.Flags.MouseButton.BUTTON_5 =(4)

◆ BUTTON_6

com.spvessel.spacevil.Flags.MouseButton.BUTTON_6 =(5)

◆ BUTTON_7

com.spvessel.spacevil.Flags.MouseButton.BUTTON_7 =(6)

◆ BUTTON_8

com.spvessel.spacevil.Flags.MouseButton.BUTTON_8 =(7)

◆ BUTTON_LEFT

com.spvessel.spacevil.Flags.MouseButton.BUTTON_LEFT =(0)

◆ BUTTON_MIDDLE

com.spvessel.spacevil.Flags.MouseButton.BUTTON_MIDDLE =(2)

◆ BUTTON_RIGHT

com.spvessel.spacevil.Flags.MouseButton.BUTTON_RIGHT =(1)

◆ UNKNOWN

com.spvessel.spacevil.Flags.MouseButton.UNKNOWN =(-1)

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