Interface Touch

  • All Known Implementing Classes:
    TouchAdapter

    public interface Touch
    Abstraction for touch sensors
    Author:
    Andy
    • Method Detail

      • isPressed

        boolean isPressed()
        Check if the sensor is pressed.
        Returns:
        true if sensor is pressed, false otherwise.