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.
|
Public Member Functions | |
List< InterfaceKeyMethodState > | getActions () |
int | size () |
void | add (InterfaceKeyMethodState action) |
boolean | remove (InterfaceKeyMethodState action) |
void | clear () |
void | execute (InterfaceItem sender, KeyArgs args) |
void com.spvessel.spacevil.Core.EventKeyMethodState.add | ( | InterfaceKeyMethodState | action | ) |
void com.spvessel.spacevil.Core.EventKeyMethodState.clear | ( | ) |
void com.spvessel.spacevil.Core.EventKeyMethodState.execute | ( | InterfaceItem | sender, |
KeyArgs | args | ||
) |
List<InterfaceKeyMethodState> com.spvessel.spacevil.Core.EventKeyMethodState.getActions | ( | ) |
boolean com.spvessel.spacevil.Core.EventKeyMethodState.remove | ( | InterfaceKeyMethodState | action | ) |
int com.spvessel.spacevil.Core.EventKeyMethodState.size | ( | ) |