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.InputState Enum Reference

Enum of types of input conditions. More...

Public Member Functions

 InputState (int state)
 
int getValue ()
 

Static Public Member Functions

static InputState getEnum (int state)
 

Public Attributes

 RELEASE =(0)
 
 PRESS =(1)
 
 REPEAT =(2)
 

Detailed Description

Enum of types of input conditions.

Values: RELEASE, PRESS, REPEAT.

Constructor & Destructor Documentation

◆ InputState()

com.spvessel.spacevil.Flags.InputState.InputState ( int  state)

Member Function Documentation

◆ getEnum()

static InputState com.spvessel.spacevil.Flags.InputState.getEnum ( int  state)
static

◆ getValue()

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

Member Data Documentation

◆ PRESS

com.spvessel.spacevil.Flags.InputState.PRESS =(1)

◆ RELEASE

com.spvessel.spacevil.Flags.InputState.RELEASE =(0)

◆ REPEAT

com.spvessel.spacevil.Flags.InputState.REPEAT =(2)

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