Class UIPressPhase


  • public final class UIPressPhase
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Began
      whenever a button press begins.
      static long Cancelled
      whenever a button press doesn't end but we need to stop tracking.
      static long Changed
      whenever a button moves.
      static long Ended
      whenever a button is releasd.
      static long Stationary
      whenever a buttons was pressed and is still being held down.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Stationary

        public static final long Stationary
        whenever a buttons was pressed and is still being held down.
        See Also:
        Constant Field Values
      • Cancelled

        public static final long Cancelled
        whenever a button press doesn't end but we need to stop tracking.
        See Also:
        Constant Field Values