Package io.pzstorm.storm.event.lua
Class OnMouseUpEvent
java.lang.Object
io.pzstorm.storm.event.lua.OnMouseUpEvent
- All Implemented Interfaces:
LuaEvent,ZomboidEvent
Triggered when mouse button is released.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.pzstorm.storm.event.lua.LuaEvent
getName, registerCallback
-
Field Details
-
x
Position of the mouse along x-axis. -
y
Position of the mouse along y-axis.
-
-
Constructor Details
-
OnMouseUpEvent
-