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.Flags.GeometryEventType Enum Reference

Enum of event types directly related to events that change the size and position of an item. More...

Public Attributes

 FOCUSED
 
 MOVED_X
 
 MOVED_Y
 
 RESIZE_WIDTH
 
 RESIZE_HEIGHT
 

Detailed Description

Enum of event types directly related to events that change the size and position of an item.

Where Item is class extended from com.spvessel.spacevil.Prototype.

Values: FOCUSED, MOVED_X, MOVED_Y, RESIZE_WIDTH, RESIZE_HEIGHT.

Member Data Documentation

◆ FOCUSED

com.spvessel.spacevil.Flags.GeometryEventType.FOCUSED

◆ MOVED_X

com.spvessel.spacevil.Flags.GeometryEventType.MOVED_X

◆ MOVED_Y

com.spvessel.spacevil.Flags.GeometryEventType.MOVED_Y

◆ RESIZE_HEIGHT

com.spvessel.spacevil.Flags.GeometryEventType.RESIZE_HEIGHT

◆ RESIZE_WIDTH

com.spvessel.spacevil.Flags.GeometryEventType.RESIZE_WIDTH

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