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.
|
A class that describe keyboard text typing input. More...
Inherits SpaceVIL.Core.IInputEventArgs.
Public Member Functions | |
void | Clear () |
Clearing TextInputArgs. More... | |
override String | ToString () |
Public Attributes | |
UInt32 | Character |
Character code. More... | |
KeyMods | Mods |
Used modifiers while typing. More... | |
A class that describe keyboard text typing input.
void SpaceVIL.Core.TextInputArgs.Clear | ( | ) |
Clearing TextInputArgs.
Implements SpaceVIL.Core.IInputEventArgs.
override String SpaceVIL.Core.TextInputArgs.ToString | ( | ) |
UInt32 SpaceVIL.Core.TextInputArgs.Character |
Character code.
KeyMods SpaceVIL.Core.TextInputArgs.Mods |
Used modifiers while typing.