Class UITouchType


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

      Fields 
      Modifier and Type Field Description
      static long Direct
      A direct touch from a finger (on a screen)
      static long Indirect
      An indirect touch (not a screen)
      static long IndirectPointer
      A touch representing a button-based, indirect input device describing the input sequence from button press to button release
      static long Pencil
      Add pencil name variant
      static long Stylus
      A touch from a stylus (deprecated name, use pencil)
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Direct

        public static final long Direct
        A direct touch from a finger (on a screen)
        See Also:
        Constant Field Values
      • Indirect

        public static final long Indirect
        An indirect touch (not a screen)
        See Also:
        Constant Field Values
      • Stylus

        public static final long Stylus
        A touch from a stylus (deprecated name, use pencil)
        See Also:
        Constant Field Values
      • IndirectPointer

        public static final long IndirectPointer
        A touch representing a button-based, indirect input device describing the input sequence from button press to button release
        See Also:
        Constant Field Values