Class Kernel32.MOUSE_EVENT_RECORD

  • Enclosing class:
    Kernel32

    public static class Kernel32.MOUSE_EVENT_RECORD
    extends java.lang.Object
    see: http://msdn.microsoft.com/en-us/library/ms684239(v=VS.85).aspx
    • Field Detail

      • SIZEOF

        public static int SIZEOF
      • FROM_LEFT_1ST_BUTTON_PRESSED

        public static int FROM_LEFT_1ST_BUTTON_PRESSED
      • FROM_LEFT_2ND_BUTTON_PRESSED

        public static int FROM_LEFT_2ND_BUTTON_PRESSED
      • FROM_LEFT_3RD_BUTTON_PRESSED

        public static int FROM_LEFT_3RD_BUTTON_PRESSED
      • FROM_LEFT_4TH_BUTTON_PRESSED

        public static int FROM_LEFT_4TH_BUTTON_PRESSED
      • RIGHTMOST_BUTTON_PRESSED

        public static int RIGHTMOST_BUTTON_PRESSED
      • CAPSLOCK_ON

        public static int CAPSLOCK_ON
      • NUMLOCK_ON

        public static int NUMLOCK_ON
      • SCROLLLOCK_ON

        public static int SCROLLLOCK_ON
      • ENHANCED_KEY

        public static int ENHANCED_KEY
      • LEFT_ALT_PRESSED

        public static int LEFT_ALT_PRESSED
      • LEFT_CTRL_PRESSED

        public static int LEFT_CTRL_PRESSED
      • RIGHT_ALT_PRESSED

        public static int RIGHT_ALT_PRESSED
      • RIGHT_CTRL_PRESSED

        public static int RIGHT_CTRL_PRESSED
      • SHIFT_PRESSED

        public static int SHIFT_PRESSED
      • DOUBLE_CLICK

        public static int DOUBLE_CLICK
      • MOUSE_HWHEELED

        public static int MOUSE_HWHEELED
      • MOUSE_MOVED

        public static int MOUSE_MOVED
      • MOUSE_WHEELED

        public static int MOUSE_WHEELED
      • buttonState

        public int buttonState
      • controlKeyState

        public int controlKeyState
      • eventFlags

        public int eventFlags
    • Constructor Detail

      • MOUSE_EVENT_RECORD

        public MOUSE_EVENT_RECORD()
    • Method Detail

      • init

        private static void init()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object