org.rococoa.cocoa.coregraphics
Interface CoreGraphicsLibrary.CGEventSuppressionState

Enclosing interface:
CoreGraphicsLibrary

public static interface CoreGraphicsLibrary.CGEventSuppressionState

native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreGraphics.framework/Headers/CGRemoteOperation.h
enum values


Field Summary
static int kCGEventSuppressionStateRemoteMouseDrag
           
static int kCGEventSuppressionStateSuppressionInterval
           
static int kCGNumberOfEventSuppressionStates
           
 

Field Detail

kCGEventSuppressionStateSuppressionInterval

static final int kCGEventSuppressionStateSuppressionInterval
See Also:
Constant Field Values

kCGEventSuppressionStateRemoteMouseDrag

static final int kCGEventSuppressionStateRemoteMouseDrag
See Also:
Constant Field Values

kCGNumberOfEventSuppressionStates

static final int kCGNumberOfEventSuppressionStates
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.