类 ScreenEvent.MouseButtonReleased

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.ScreenEvent
net.minecraftforge.client.event.ScreenEvent.MouseInput
net.minecraftforge.client.event.ScreenEvent.MouseButtonReleased
直接已知子类:
ScreenEvent.MouseButtonReleased.Post, ScreenEvent.MouseButtonReleased.Pre
封闭类:
ScreenEvent

public abstract static class ScreenEvent.MouseButtonReleased extends ScreenEvent.MouseInput
Fired when a mouse button is released. See the two subclasses for listening before and after the normal handling.
另请参阅:
  • 字段详细资料

    • button

      private final int button
  • 构造器详细资料

    • MouseButtonReleased

      @Internal public MouseButtonReleased(Screen screen, double mouseX, double mouseY, int button)
  • 方法详细资料

    • getButton

      public int getButton()
      返回 the mouse button's input code。
      返回:
      the mouse button's input code
      另请参阅: