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.Core.TextInputArgs Class Reference

A class that describe keyboard text typing input. More...

Inherits com.spvessel.spacevil.Core.InterfaceInputEventArgs.

Public Member Functions

void clear ()
 Clearing TextInputArgs. More...
 

Public Attributes

Integer character
 Character code. More...
 
List< KeyModsmods
 Used modifiers while typing. More...
 

Detailed Description

A class that describe keyboard text typing input.

Member Function Documentation

◆ clear()

void com.spvessel.spacevil.Core.TextInputArgs.clear ( )

Member Data Documentation

◆ character

Integer com.spvessel.spacevil.Core.TextInputArgs.character

Character code.

◆ mods

List<KeyMods> com.spvessel.spacevil.Core.TextInputArgs.mods

Used modifiers while typing.


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