Interface PressMouseCallback.Params

Enclosing interface:
PressMouseCallback

public static interface PressMouseCallback.Params
The parameters of the PressMouseCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default MousePressed
    Returns the MousePressed event that is about to be processed by the browser.
  • Method Details