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.
|
An interface that defines input events arguments. More...
Inherited by com.spvessel.spacevil.Core.DropArgs, com.spvessel.spacevil.Core.KeyArgs, com.spvessel.spacevil.Core.MouseArgs, and com.spvessel.spacevil.Core.TextInputArgs.
Public Member Functions | |
void | clear () |
Method for clearing (restoring) all arguments. More... | |
An interface that defines input events arguments.
void com.spvessel.spacevil.Core.InterfaceInputEventArgs.clear | ( | ) |
Method for clearing (restoring) all arguments.
Implemented in com.spvessel.spacevil.Core.KeyArgs, com.spvessel.spacevil.Core.MouseArgs, com.spvessel.spacevil.Core.DropArgs, and com.spvessel.spacevil.Core.TextInputArgs.