public interface User32
extends com.sun.jna.win32.StdCallLibrary
Modifier and Type | Interface and Description |
---|---|
static class |
User32.LASTINPUTINFO
Contains the time of the last input.
|
Modifier and Type | Field and Description |
---|---|
static User32 |
INSTANCE
Instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GetLastInputInfo(User32.LASTINPUTINFO result)
Retrieves the time of the last input event.
|
static final User32 INSTANCE
boolean GetLastInputInfo(User32.LASTINPUTINFO result)
result
- time of the last input event, in millisecondsCopyright © 2007–2013 CodeLutin. All rights reserved.