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 keyboard modifiers. More...
Public Member Functions | |
KeyMods (int mods) | |
int | getValue () |
Static Public Member Functions | |
static KeyMods | getEnum (int mod) |
static List< KeyMods > | getEnums (int mod) |
Public Attributes | |
NO =(0) | |
SHIFT =(1) | |
CONTROL =(2) | |
ALT =(4) | |
SUPER =(8) | |
Can be Windows key (in WinOS), Command key (in MacOS) More... | |
Enum of keyboard modifiers.
com.spvessel.spacevil.Flags.KeyMods.KeyMods | ( | int | mods | ) |
|
static |
|
static |
int com.spvessel.spacevil.Flags.KeyMods.getValue | ( | ) |
com.spvessel.spacevil.Flags.KeyMods.ALT =(4) |
com.spvessel.spacevil.Flags.KeyMods.CONTROL =(2) |
com.spvessel.spacevil.Flags.KeyMods.NO =(0) |
com.spvessel.spacevil.Flags.KeyMods.SHIFT =(1) |
com.spvessel.spacevil.Flags.KeyMods.SUPER =(8) |
Can be Windows key (in WinOS), Command key (in MacOS)