Class Kernel32.COORD

  • Enclosing class:
    Kernel32

    public static class Kernel32.COORD
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SIZEOF  
      short x  
      short y  
    • Constructor Summary

      Constructors 
      Constructor Description
      COORD()  
    • Field Detail

      • SIZEOF

        public static int SIZEOF
      • x

        public short x
      • y

        public short y
    • Constructor Detail

      • COORD

        public COORD()
    • Method Detail

      • init

        private static void init()