Uses of Class
com.jniwrapper.macosx.cocoa.nsevent.NSEventType

Packages that use NSEventType
com.jniwrapper.macosx.cocoa.nsevent   
 

Uses of NSEventType in com.jniwrapper.macosx.cocoa.nsevent
 

Methods in com.jniwrapper.macosx.cocoa.nsevent that return NSEventType
 NSEventType NSEvent.type()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsevent with parameters of type NSEventType
static com.jniwrapper.Pointer.Void NSEvent.static_enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.Int eNum, com.jniwrapper.Int tNum, com.jniwrapper.Pointer.Void data)
          This method represents the enterExitEventWithType() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.Int eNum, com.jniwrapper.Int cNum, com.jniwrapper.SingleFloat pressure)
          This method represents the mouseEventWithType() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.ShortInt subtype, com.jniwrapper.Int d1, com.jniwrapper.Int d2)
          This method represents the otherEventWithType() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, java.lang.String keys, java.lang.String ukeys, boolean flag, com.jniwrapper.UInt16 code)
          This method represents the keyEventWithType() method of the NSEvent Objective-C class.