Class WinUser.LASTINPUTINFO

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinUser.LASTINPUTINFO
Enclosing interface:
WinUser

@FieldOrder({"cbSize","dwTime"}) public static class WinUser.LASTINPUTINFO extends Structure
Contains the time of the last input.
  • Field Details

    • cbSize

      public int cbSize
    • dwTime

      public int dwTime
  • Constructor Details

    • LASTINPUTINFO

      public LASTINPUTINFO()