Interface GestureStylus.OnUp

Enclosing class:
GestureStylus
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface GestureStylus.OnUp
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUp(double x, double y)
    Emitted when the stylus no longer touches the device.
  • Method Details

    • onUp

      void onUp(double x, double y)
      Emitted when the stylus no longer touches the device.
      Parameters:
      x - the X coordinate of the stylus event
      y - the Y coordinate of the stylus event