Interface GestureStylus.OnDown

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.OnDown
  • Method Summary

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

    • onDown

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