Class AndroidInputDeviceRegistry


  • public class AndroidInputDeviceRegistry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javafx.collections.ObservableSet<com.sun.glass.ui.monocle.InputDevice> devices  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void gotKeyEventFromNative​(int action, int linuxKey)  
      static void gotTouchEventFromNative​(int count, int[] actions, int[] ids, int[] x, int[] y, int primary)  
      static void registerDevice()  
      • Methods inherited from class java.lang.Object

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

      • devices

        protected javafx.collections.ObservableSet<com.sun.glass.ui.monocle.InputDevice> devices
    • Method Detail

      • registerDevice

        public static void registerDevice()
      • gotTouchEventFromNative

        public static void gotTouchEventFromNative​(int count,
                                                   int[] actions,
                                                   int[] ids,
                                                   int[] x,
                                                   int[] y,
                                                   int primary)
      • gotKeyEventFromNative

        public static void gotKeyEventFromNative​(int action,
                                                 int linuxKey)