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 mouse "drag and drop" input (file system). More...
Inherits SpaceVIL.Core.IInputEventArgs.
Public Member Functions | |
void | Clear () |
Clearing DropArgs. More... | |
override String | ToString () |
Public Attributes | |
Prototype | Item = null |
An item on which the drop event occurs. More... | |
int | Count = -1 |
Number of selected paths. More... | |
List< String > | Paths = null |
List of selected paths. More... | |
A class that describe mouse "drag and drop" input (file system).
void SpaceVIL.Core.DropArgs.Clear | ( | ) |
Clearing DropArgs.
Implements SpaceVIL.Core.IInputEventArgs.
override String SpaceVIL.Core.DropArgs.ToString | ( | ) |
int SpaceVIL.Core.DropArgs.Count = -1 |
Number of selected paths.
Prototype SpaceVIL.Core.DropArgs.Item = null |
An item on which the drop event occurs.
List<String> SpaceVIL.Core.DropArgs.Paths = null |
List of selected paths.