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.EventMouseMethodState Class Reference

Public Member Functions

List< InterfaceMouseMethodStategetActions ()
 
int size ()
 
void add (InterfaceMouseMethodState action)
 
boolean remove (InterfaceMouseMethodState action)
 
void clear ()
 
void execute (InterfaceItem sender, MouseArgs args)
 

Member Function Documentation

◆ add()

void com.spvessel.spacevil.Core.EventMouseMethodState.add ( InterfaceMouseMethodState  action)

◆ clear()

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

◆ execute()

void com.spvessel.spacevil.Core.EventMouseMethodState.execute ( InterfaceItem  sender,
MouseArgs  args 
)

◆ getActions()

List<InterfaceMouseMethodState> com.spvessel.spacevil.Core.EventMouseMethodState.getActions ( )

◆ remove()

boolean com.spvessel.spacevil.Core.EventMouseMethodState.remove ( InterfaceMouseMethodState  action)

◆ size()

int com.spvessel.spacevil.Core.EventMouseMethodState.size ( )

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