Interface MouseEvent

All Superinterfaces:
Event, OpaqueReferenceType
All Known Subinterfaces:
WheelEvent

public interface MouseEvent extends Event
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    float
     
    float
     

    Methods inherited from interface de.mirkosertic.bytecoder.api.web.Event

    preventDefault, type
  • Method Details

    • button

      int button()
    • clientX

      float clientX()
    • clientY

      float clientY()