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

Enum of keyboard modifiers. More...

Public Member Functions

 KeyMods (int mods)
 
int getValue ()
 

Static Public Member Functions

static KeyMods getEnum (int mod)
 
static List< KeyModsgetEnums (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...
 

Detailed Description

Enum of keyboard modifiers.

Constructor & Destructor Documentation

◆ KeyMods()

com.spvessel.spacevil.Flags.KeyMods.KeyMods ( int  mods)

Member Function Documentation

◆ getEnum()

static KeyMods com.spvessel.spacevil.Flags.KeyMods.getEnum ( int  mod)
static

◆ getEnums()

static List<KeyMods> com.spvessel.spacevil.Flags.KeyMods.getEnums ( int  mod)
static

◆ getValue()

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

Member Data Documentation

◆ ALT

com.spvessel.spacevil.Flags.KeyMods.ALT =(4)

◆ CONTROL

com.spvessel.spacevil.Flags.KeyMods.CONTROL =(2)

◆ NO

com.spvessel.spacevil.Flags.KeyMods.NO =(0)

◆ SHIFT

com.spvessel.spacevil.Flags.KeyMods.SHIFT =(1)

◆ SUPER

com.spvessel.spacevil.Flags.KeyMods.SUPER =(8)

Can be Windows key (in WinOS), Command key (in MacOS)


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