|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationServices
Quartz 2D API.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.sun.jna.Library |
---|
com.sun.jna.Library.Handler |
Field Summary | |
---|---|
static ApplicationServices |
INSTANCE
|
static int |
kCGAnyInputEventType
Constants that specify an input event. |
static int |
kCGEventSourceStateCombinedSessionState
Specifies that an event source should use the event state table that reflects the combined state of all event sources posting to the current user login session. |
static int |
kCGEventSourceStateHIDSystemState
Specifies that an event source should use the event state table that reflects the combined state of all hardware event sources posting from the HID system. |
static int |
kCGEventSourceStatePrivate
Specifies that an event source should use a private event state table. |
Fields inherited from interface com.sun.jna.Library |
---|
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
Method Summary | |
---|---|
double |
CGEventSourceSecondsSinceLastEventType(int sourceStateId,
int eventType)
Returns the elapsed time since the last event for a Quartz event source. |
Field Detail |
---|
static final ApplicationServices INSTANCE
static final int kCGAnyInputEventType
static final int kCGEventSourceStatePrivate
static final int kCGEventSourceStateCombinedSessionState
static final int kCGEventSourceStateHIDSystemState
Method Detail |
---|
double CGEventSourceSecondsSinceLastEventType(int sourceStateId, int eventType)
sourceStateId
- The source state to accesseventType
- The event type to access
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |