Class OnMouseDownEvent

java.lang.Object
io.pzstorm.storm.event.lua.OnMouseDownEvent
All Implemented Interfaces:
LuaEvent, ZomboidEvent

public class OnMouseDownEvent extends Object implements LuaEvent
Triggered when mouse button is down.
See Also:
  • Field Details

    • x

      public final Integer x
      Position of the mouse along x-axis.
    • y

      public final Integer y
      Position of the mouse along y-axis.
  • Constructor Details