Reference for .Net 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 SpaceVIL.Core.DropArgs, SpaceVIL.Core.KeyArgs, SpaceVIL.Core.MouseArgs, and SpaceVIL.Core.TextInputArgs.
Public Member Functions | |
void | Clear () |
Method for clearing (restoring) all arguments. More... | |
An interface that defines input events arguments.
void SpaceVIL.Core.IInputEventArgs.Clear | ( | ) |
Method for clearing (restoring) all arguments.
Implemented in SpaceVIL.Core.KeyArgs, SpaceVIL.Core.MouseArgs, SpaceVIL.Core.DropArgs, and SpaceVIL.Core.TextInputArgs.