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

Enum of types of embedded mouse cursors. More...

Public Member Functions

int getValue ()
 

Static Public Member Functions

 [static initializer]
 
static EmbeddedCursor valueOf (int type)
 

Public Attributes

 ARROW =(0x00036001)
 
 IBEAM =(0x00036002)
 
 CROSSHAIR =(0x00036003)
 
 HAND =(0x00036004)
 
 RESIZE_X =(0x00036005)
 
 RESIZE_Y =(0x00036006)
 
 RESIZE_XY =(0x00036007)
 

Detailed Description

Enum of types of embedded mouse cursors.

Values: ARROW, IBEAM, CROSSHAIR, HAND, RESIZE_X, RESIZE_Y, RESIZE_XY.

Member Function Documentation

◆ [static initializer]()

com.spvessel.spacevil.Flags.EmbeddedCursor.[static initializer]
static

◆ getValue()

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

◆ valueOf()

static EmbeddedCursor com.spvessel.spacevil.Flags.EmbeddedCursor.valueOf ( int  type)
static

Member Data Documentation

◆ ARROW

com.spvessel.spacevil.Flags.EmbeddedCursor.ARROW =(0x00036001)

◆ CROSSHAIR

com.spvessel.spacevil.Flags.EmbeddedCursor.CROSSHAIR =(0x00036003)

◆ HAND

com.spvessel.spacevil.Flags.EmbeddedCursor.HAND =(0x00036004)

◆ IBEAM

com.spvessel.spacevil.Flags.EmbeddedCursor.IBEAM =(0x00036002)

◆ RESIZE_X

com.spvessel.spacevil.Flags.EmbeddedCursor.RESIZE_X =(0x00036005)

◆ RESIZE_XY

com.spvessel.spacevil.Flags.EmbeddedCursor.RESIZE_XY =(0x00036007)

◆ RESIZE_Y

com.spvessel.spacevil.Flags.EmbeddedCursor.RESIZE_Y =(0x00036006)

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