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.
|
Item hovering rule types enum. More...
Public Attributes | |
LAZY | |
Hover function will return True if mouse cursor located inside rectangle area of its shape even if shape is not a rectangle. More... | |
STRICT | |
Hover function will return True only if mouse cursor located inside the shape of the item. More... | |
Item hovering rule types enum.
Values: LAZY, STRICT.
com.spvessel.spacevil.Flags.ItemHoverRule.LAZY |
Hover function will return True if mouse cursor located inside rectangle area of its shape even if shape is not a rectangle.
Example: Function will return True If shape is triangle and mouse cursor located outside this triangle, but inside rectangle area that bounds this triangle.
com.spvessel.spacevil.Flags.ItemHoverRule.STRICT |
Hover function will return True only if mouse cursor located inside the shape of the item.