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.
|
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) | |
Enum of types of embedded mouse cursors.
Values: ARROW, IBEAM, CROSSHAIR, HAND, RESIZE_X, RESIZE_Y, RESIZE_XY.
|
static |
int com.spvessel.spacevil.Flags.EmbeddedCursor.getValue | ( | ) |
|
static |
com.spvessel.spacevil.Flags.EmbeddedCursor.ARROW =(0x00036001) |
com.spvessel.spacevil.Flags.EmbeddedCursor.CROSSHAIR =(0x00036003) |
com.spvessel.spacevil.Flags.EmbeddedCursor.HAND =(0x00036004) |
com.spvessel.spacevil.Flags.EmbeddedCursor.IBEAM =(0x00036002) |
com.spvessel.spacevil.Flags.EmbeddedCursor.RESIZE_X =(0x00036005) |
com.spvessel.spacevil.Flags.EmbeddedCursor.RESIZE_XY =(0x00036007) |
com.spvessel.spacevil.Flags.EmbeddedCursor.RESIZE_Y =(0x00036006) |