Searched refs:theEvent (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXEvent.c28 - (NSEvent *)tkProcessEvent:(NSEvent *)theEvent {
30 TKLog(@"-[%@(%p) %s] %@", [self class], self, _cmd, theEvent);
32 NSEvent *processedEvent = theEvent;
33 NSEventType type = [theEvent type];
39 subtype = [theEvent subtype];
61 flags = [theEvent modifierFlags];
62 processedEvent = [self tkProcessKeyEvent:theEvent];
79 processedEvent = [self tkProcessMouseEvent:theEvent];
83 subtype = [theEvent subtype];
87 win = [theEvent windo
[all...]
H A DtkMacOSXKeyEvent.c34 - (NSEvent *)tkProcessKeyEvent:(NSEvent *)theEvent {
36 TKLog(@"-[%@(%p) %s] %@", [self class], self, _cmd, theEvent);
39 NSEventType type = [theEvent type];
50 repeat = [theEvent isARepeat];
51 characters = [theEvent characters];
52 charactersIgnoringModifiers = [theEvent charactersIgnoringModifiers];
54 modifiers = [theEvent modifierFlags];
55 keyCode = [theEvent keyCode];
56 w = [self windowWithWindowNumber:[theEvent windowNumber]];
63 return theEvent;
[all...]
H A DtkMacOSXMouseEvent.c40 - (NSEvent *)tkProcessMouseEvent:(NSEvent *)theEvent {
42 TKLog(@"-[%@(%p) %s] %@", [self class], self, _cmd, theEvent);
45 NSEventType type = [theEvent type];
56 trackingArea = [theEvent trackingArea];
72 eventNumber = [theEvent eventNumber];
74 clickCount = [theEvent clickCount];
75 buttonNumber = [theEvent buttonNumber];
83 win = [self windowWithWindowNumber:[theEvent windowNumber]];
87 return theEvent;
91 NSPoint global, local = [theEvent locationInWindo
[all...]
H A DtkMacOSXNotify.c73 - (void)sendEvent:(NSEvent *)theEvent {
77 [super sendEvent:theEvent];
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/HotKeyPython/
H A DHotKey.py33 def sendEvent_(self, theEvent):
34 if theEvent.type() == NSSystemDefined and \
35 theEvent.subtype() == kEventHotKeyPressedSubtype:
39 super(HotKeyApp, self).sendEvent_(theEvent)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/HotKeyPython/
H A DHotKey.py33 def sendEvent_(self, theEvent):
34 if theEvent.type() == NSSystemDefined and \
35 theEvent.subtype() == kEventHotKeyPressedSubtype:
39 super(HotKeyApp, self).sendEvent_(theEvent)
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Stickies/
H A DStickyTitleBarView.rb33 def mouseDown(theEvent)
34 point = convertPoint_fromView(theEvent.locationInWindow, nil)
38 elsif theEvent.clickCount > 1
43 def mouseDragged(theEvent)
45 point = convertPoint_fromView(theEvent.locationInWindow, nil)
51 NSPoint.new(windowOrigin.x + theEvent.deltaX, windowOrigin.y - theEvent.deltaY))
55 def mouseUp(theEvent)
56 point = convertPoint_fromView(theEvent.locationInWindow, nil)
H A DStickyResizeCornerView.rb18 def acceptsFirstMouse(theEvent); true; end
20 def mouseDragged(theEvent)
23 newWidth = w + theEvent.deltaX
24 newHeight = h + theEvent.deltaY
28 f.origin.y -= theEvent.deltaY
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DSelectionNotifyMatrix.py6 def mouseDown_(self, theEvent):
7 super(SelectionNotifyMatrix, self).mouseDown_(theEvent)
10 #print "mouseDown_", theEvent, row
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DSelectionNotifyMatrix.py6 def mouseDown_(self, theEvent):
7 super(SelectionNotifyMatrix, self).mouseDown_(theEvent)
10 #print "mouseDown_", theEvent, row
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreFullScreenWindow.mm55 - (void)keyDown:(NSEvent *)theEvent
57 if ([[theEvent charactersIgnoringModifiers] isEqual:@"\e"]) // Esacpe key-code
59 else [super keyDown:theEvent];
H A DWebCoreFullScreenPlaceholderView.mm86 - (void)mouseDown:(NSEvent *)theEvent
88 UNUSED_PARAM(theEvent);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Grady/
H A DMyBaseGradientView.py43 def getRelativeCenterPositionFromEvent_(self, theEvent):
44 curMousePt = self.convertPoint_fromView_(theEvent.locationInWindow(), None)
49 def mouseDown_(self, theEvent):
51 self.myOffsetPt = self.getRelativeCenterPositionFromEvent_(theEvent)
54 def mouseDragged_(self, theEvent):
56 self.myOffsetPt = self.getRelativeCenterPositionFromEvent_(theEvent)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Grady/
H A DMyBaseGradientView.py43 def getRelativeCenterPositionFromEvent_(self, theEvent):
44 curMousePt = self.convertPoint_fromView_(theEvent.locationInWindow(), None)
49 def mouseDown_(self, theEvent):
51 self.myOffsetPt = self.getRelativeCenterPositionFromEvent_(theEvent)
54 def mouseDragged_(self, theEvent):
56 self.myOffsetPt = self.getRelativeCenterPositionFromEvent_(theEvent)
/macosx-10.9.5/tcl-102/tcl_ext/tclae/tclae/generic/
H A DtclAEBuild.c103 static Boolean CommandPeriod(EventRecord *theEvent);
198 AppleEvent theEvent, *theReplyPtr;
305 result = makeAppleEvent(interp, addressNameObj, classObj, eventIDObj, returnID, transactionID, &theEvent);
325 err = AEPutParamDesc(&theEvent, keyword, theAEDescPtr);
327 AEDisposeDesc(&theEvent);
365 err = AESend(&theEvent, theReplyPtr, replyFlag,
394 err = AEPutAttributeDesc(&theEvent, keyAddressAttr, theAddressPtr);
429 AEDisposeDesc(&theEvent);
526 CommandPeriod(EventRecord *theEvent)
535 if ((theEvent
196 AppleEvent theEvent, *theReplyPtr; local
522 CommandPeriod(EventRecord *theEvent) argument
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/RoundTransparentWindow/
H A DRTW.rb40 def mouseDragged(theEvent)
52 def mouseDown(theEvent)
54 @initialLocation = convertBaseToScreen(theEvent.locationInWindow);
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyLib.c579 DVCEventRecord theEvent; local
612 theEvent.eventHeader.deviceID = (DVCDeviceID) connID;
613 theEvent.eventHeader.theEvent = kDVIsochReadEnabled;
614 DVCPostEvent( &theEvent );
632 DVCEventRecord theEvent; local
661 theEvent.eventHeader.deviceID = (DVCDeviceID) connID;
662 theEvent.eventHeader.theEvent = kDVIsochReadDisabled;
663 DVCPostEvent( &theEvent );
727 DVCEventRecord theEvent; local
767 DVCEventRecord theEvent; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginEventHandlerCarbon.mm136 void WebNetscapePluginEventHandlerCarbon::mouseDown(NSEvent* theEvent)
140 getCarbonEvent(&event, theEvent);
149 void WebNetscapePluginEventHandlerCarbon::mouseUp(NSEvent* theEvent)
153 getCarbonEvent(&event, theEvent);
162 bool WebNetscapePluginEventHandlerCarbon::scrollWheel(NSEvent* theEvent)
167 void WebNetscapePluginEventHandlerCarbon::mouseEntered(NSEvent* theEvent)
171 getCarbonEvent(&event, theEvent);
180 void WebNetscapePluginEventHandlerCarbon::mouseExited(NSEvent* theEvent)
184 getCarbonEvent(&event, theEvent);
197 void WebNetscapePluginEventHandlerCarbon::mouseMoved(NSEvent* theEvent)
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/
H A DIdle.h66 /* $Copyright: * * Copyright 1998-2000 by the Massachusetts Institute of Technology. * * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation, and that the name of M.I.T. not be used in * advertising or publicity pertaining to distribution of the software * without specific, written prior permission. Furthermore if you modify * this software you must label your software as modified software and not * distribute it in such a fashion that it might be confused with the * original MIT software. M.I.T. makes no representations about the * suitability of this software for any purpose. It is provided "as is" * without express or implied warranty. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * Individual source code files are copyright MIT, Cygnus Support, * OpenVision, Oracle, Sun Soft, FundsXpress, and others. * * Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, * and Zephyr are trademarks of the Massachusetts Institute of Technology * (MIT). No commercial use of these trademarks may be made without prior * written permission of MIT. * * "Commercial use" means use of a name in a product or other for-profit * manner. It does NOT prevent a commercial firm from referring to the MIT * trademarks in order to convey information (although in doing so, * recognition of their trademark status should be given). * $ */ /* $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosSupport/Idle.h,v 1.4 2005/01/10 19:10:48 snsimon Exp $ */ /* * * Idle.h -- Main external header file for the Idle library. * */ #ifndef _IDLELIB_ #define _IDLELIB_ #include <Events.h> #ifdef __cplusplus extern "C" { #endif #if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__) # pragma import on #endif /****************************/ /* API Structures and Types */ /****************************/ /* Callback API for Event handler proc for idle loop */ typedef CALLBACK_API (Boolean, IdleEventHandlerProcPtr) (const EventRecord *theEvent, UInt32 refCon); /* UPP for Idle Library event filter */ #if !TARGET_API_MAC_CARBON typedef STACK_UPP_TYPE (IdleEventHandlerProcPtr) IdleEventHandlerUPP; #define NewIdleEventHandlerProc(userRoutine) \ (IdleEventHandlerUPP) NewRoutineDescriptor((ProcPtr)(userRoutine), uppIdleEventHandlerProcInfo, GetCurrentArchitecture()) #else typedef IdleEventHandlerProcPtr IdleEventHandlerUPP; #define NewIdleEventHandlerProc(userRoutine) \ userRoutine #endif /* Procinfo for Idle Library event filter */ enum { uppIdleEventHandlerProcInfo = kPascalStackBased | RESULT_SIZE (sizeof (Boolean)) | STACK_ROUTINE_PARAMETER (1, SIZE_CODE (sizeof (const EventRecord *))) | STACK_ROUTINE_PARAMETER (2, SIZE_CODE (sizeof (UInt32))) }; /***********************/ /* Function Prototypes */ /***********************/ #define IdleLibIsPresent_ ((Ptr) Idle != (Ptr) kUnresolvedCFragSymbolAddress) /* IdleLib API calls */ OSStatus IdleAddEventHandler(IdleEventHandlerUPP eventHandlerUPP, Boolean isApplication, UInt16 mask, UInt32 refCon); OSStatus IdleRemoveEventHandler(IdleEventHandlerUPP eventHandlerUPP); void IdleSetActive(IdleEventHandlerUPP eventHandlerUPP); void IdleSetInactive(IdleEventHandlerUPP eventHandlerUPP); void IdleSetIdleFrequency(UInt32 idleFrequency); UInt32 IdleGetIdleFrequency(void); void IdleSetEventSleepTime(UInt32 eventSleepTime); UInt32 IdleGetEventSleepTime(void); void IdleSetThreaded(Boolean isThreaded); Boolean IdleGetThreaded(void); void IdleSetShouldIdle(Boolean shouldIdle); Boolean IdleGetShouldIdle(void); Boolean IdleHandleEvent (const EventRecord *theEvent); OSStatus Idle(void); #if defined(__CFM68K__) && !defined(__USING_STATIC_LIBS__) # pragma impor (…)
/macosx-10.9.5/vim-53/src/proto/
H A Dgui_mac.pro7 pascal Boolean WaitNextEventWrp __ARGS((EventMask eventMask, EventRecord *theEvent, UInt32 sleep, RgnHandle mouseRgn));
11 void gui_mac_doMouseDown __ARGS((EventRecord *theEvent));
12 void gui_mac_do_key __ARGS((EventRecord *theEvent));
132 void gui_mac_doInContentClick __ARGS((EventRecord *theEvent, WindowPtr whichWindow));
138 void gui_mac_doKeyEvent __ARGS((EventRecord *theEvent));
139 void gui_mac_doMouseDownEvent __ARGS((EventRecord *theEvent));
141 void gui_mac_doMouseUpEvent __ARGS((EventRecord *theEvent));
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosLogin/
H A DKerberosLogin.h202 /* * KerberosLogin.h * * $Header: /Volumes/backup/dsmigrate/Dumps/../CVS/passwordserver_sasl/cyrus_sasl/mac/CommonKClient/mac_kclient3/Headers/KerberosLogin/KerberosLogin.h,v 1.4 2005/01/10 19:17:29 snsimon Exp $ * */ /* * This file contains part of the login library API. See * <http://web.mit.edu/macdev/mit/lib/Login/doc/API.html> * for API documentation */ #ifndef __KERBEROSLOGIN__ #define __KERBEROSLOGIN__ /* * * Constants * */ /* Kerberos versions */ enum KLEKerberosVersion { kerberosVersion_Any = 0, kerberosVersion_V4 = 1, kerberosVersion_V5 = 2, kerberosVersion_All = 0xFFFFFFFF }; /* dialog identifier constants */ enum KLEDialogIdentifiers { loginLibrary_LoginDialog, loginLibrary_OptionsDialog, loginLibrary_ChangePasswordDialog, loginLibrary_ProgressDialog, loginLibrary_PrompterDialog }; /* Login dialog items */ enum KLELoginDialogItems { loginDialog_Username, loginDialog_Password, loginDialog_Realm, loginDialog_TicketLifetime, loginDialog_ForwardableTicket }; /* Password dialog items */ enum KLEChangePasswordDialogItems { changePasswordDialog_OldPassword, changePasswordDialog_NewPassword, changePasswordDialog_VerifyPassword }; /* Option identifier constants */ enum KLEDefaultLoginOptions { /* Dialog state options */ loginOption_LoginName = 'name', loginOption_LoginInstance = 'inst', loginOption_AdvancedLoginMode = 'adv ', loginOption_ShowTicketLifetime = 'life', loginOption_ShowForwardableTicket = 'forw', loginOption_ShowProxiableTicket = 'prox', /* Initial values and ranges */ loginOption_RememberPrincipal = 'prin', loginOption_RememberExtras = 'extr', loginOption_MinimalTicketLifetime = '-lif', loginOption_MaximalTicketLifetime = '+lif', loginOption_DefaultTicketLifetime = '0lif', loginOption_LongTicketLifetimeDisplay = 'hms ', loginOption_DefaultForwardableTicket = '0fwd', loginOption_DefaultProxiableTicket = '0prx' }; /* Login mode identifier constants (for loginOption_AdvancedLoginMode) */ enum KLELoginMode { loginMode_Basic = 1, loginMode_Advanced = 2 }; /* Realm list constants */ enum KLERealmListIndexes { realmList_Start = 0, realmList_End = 0xFFFF }; #define klFirstError 19276 #define klLastError 19876 /* Error codes */ enum KLEStatus { klNoErr = 0, /* parameter errors */ klParameterErr = 19276, klBadPrincipalErr, klBadPasswordErr, klBadLoginOptionsErr, klInvalidVersionErr, /* Runtime Login errors */ klUserCanceledErr = 19476, klMemFullErr, klPreferencesReadErr, klPreferencesWriteErr, klV5InitializationFailedErr, klPrincipalDoesNotExistErr, klSystemDefaultDoesNotExistErr, klCredentialsExpiredErr, klNoRealmsErr, klRealmDoesNotExistErr, klNoCredentialsErr, klCredentialsBadAddressErr, klCacheDoesNotExistErr, /* Get/SetKerberosOption errors */ klBufferTooSmallErr = 19376, klBufferTooLargeErr, klInvalidOptionErr, klBadOptionValueErr, /* Password changing errors */ klPasswordMismatchErr = 19576, klInsecurePasswordErr, klPasswordChangeFailedErr, /* Dialog errors */ klDialogDoesNotExistErr = 19676, klDialogAlreadyExistsErr, klNotInForegroundErr, klNoAppearanceErr, klFatalDialogErr, klCarbonUnavailableErr, /* Login IPC errors */ klCantContactServerErr = 19776 }; #ifndef rez /* This stuff will confuse rez */ #include <KerberosSupport/KerberosConditionalMacros.h> #if TARGET_API_MAC_OSX && TARGET_API_MAC_CARBON #include <Carbon/Carbon.h> #elif TARGET_API_MAC_OS8 || TARGET_API_MAC_CARBON #include <Dialogs.h> #include <Events.h> #include <MacTypes.h> #else #error "Unknown OS" #endif #if PRAGMA_ONCE #pragma once #endif #if PRAGMA_IMPORT #pragma import on #endif #ifdef __cplusplus extern "C" { #endif #if PRAGMA_STRUCT_ALIGN #pragma options align=mac68k #elif PRAGMA_STRUCT_PACKPUSH #pragma pack(push, 2) #elif PRAGMA_STRUCT_PACK #pragma pack(2) #endif /* * * Types * */ typedef OSStatus KLStatus; /* one of KLEStatus */ typedef UInt32 KLKerberosVersion; /* one of KLEKerberosVersion */ typedef UInt32 KLDefaultLoginOption; /* one of KLEDefaultLoginOptions */ typedef UInt32 KLLoginMode; /* one of KLELoginMode */ typedef UInt32 KLDialogIdentifier; /* one of KLEDialogIdentifiers */ typedef UInt32 KLIndex; /* index (used for the realm list) */ typedef UInt32 KLLifetime; /* Lifetime in seconds */ typedef UInt32 KLTime; /* Unix time (seconds since 1/1/1970 00:00:00 GMT) */ typedef UInt32 KLSize; /* size of a buffer (KLG/SetDefaultLoginOptions) or realm list (CountKerberosRealms) */ typedef UInt32 KLRefCon; /* application ref con */ typedef Boolean KLBoolean; /* true or false! */ typedef SInt16 KLSInt16; /* used for Darwin-compat for KLApplicationOptions */ /* Callback API for Kerberos Login event filter */ /* Must be the same as an Idle Library event filter */ /* Callback API for Event handler proc for idle loop */ typedef CALLBACK_API (Boolean, KLEventFilterProcPtr) (const EventRecord *theEvent, KLRefCon appData); /* Procinfo for Login Library event filter */ enum { uppKLEventFilterProcInfo = kPascalStackBased | RESULT_SIZE (sizeof (Boolean)) | STACK_ROUTINE_PARAMETER (1, SIZE_CODE (sizeof (const EventRecord *))) | STACK_ROUTINE_PARAMETER (2, SIZE_CODE (sizeof (KLRefCon))) }; #if !TARGET_API_MAC_CARBON /* UPP for Kerberos Login event filter */ typedef STACK_UPP_TYPE (KLEventFilterProcPtr) KLEventFilterUPP; #define NewKLEventFilterProc(userRoutine) \ (KLEventFilterUPP) NewRoutineDescriptor((ProcPtr)(userRoutine), uppKLEventFilterProcInfo, GetCurrentArchitecture()) /* How to call the event Handler UPPs */ #define CallKLEventFilterProc(userRoutine, theEvent, appData) \ ((Boolean)CALL_TWO_PARAMETER_UPP ((userRoutine), uppKLEventFilterProcInfo, theEvent, appData)) #else typedef KLEventFilterProcPtr KLEventFilterUPP; #define NewKLEventFilterProc(userRoutine) \ userRoutine #define CallKLEventFilterProc(userRoutine, theEvent, appData) \ ((userRoutine) (theEvent, appData)) #endif /* Application options */ typedef struct { KLEventFilterUPP eventFilter; KLR (…)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py66 def mouseDragged_(self, theEvent):
84 def mouseDown_(self, theEvent):
90 self.convertBaseToScreen_(theEvent.locationInWindow())
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/RoundTransparentWindow/
H A DRoundTransparentWindow.py66 def mouseDragged_(self, theEvent):
84 def mouseDown_(self, theEvent):
90 self.convertBaseToScreen_(theEvent.locationInWindow())
/macosx-10.9.5/vim-53/src/
H A Dgui_mac.c79 EventHandlerCallRef nextHandler, EventRef theEvent, void *data);
82 EventHandlerCallRef nextHandler, EventRef theEvent, void *data);
85 EventHandlerCallRef nextHandler, EventRef theEvent);
88 EventHandlerCallRef nextHandler, EventRef theEvent);
910 AppleEvent theEvent = {typeNull, nil }; local
924 kAutoGenerateReturnID, kAnyTransactionID, &theEvent);
934 anErr = AEPutParamPtr(&theEvent, keyDirectObject, typeChar, &ModData, sizeof(ModData));
942 anErr = AESend(&theEvent, &theReply, sendMode, kAENormalPriority, kNoTimeOut, idleProcUPP, nil);
1679 gui_mac_doInContentClick(EventRecord *theEvent, WindowPtr whichWindow) argument
1688 thePoint = theEvent
1814 gui_mac_doInZoomClick(EventRecord *theEvent, WindowPtr whichWindow) argument
2020 gui_mac_handle_window_activate( EventHandlerCallRef nextHandler, EventRef theEvent, void *data) argument
2050 gui_mac_handle_text_input( EventHandlerCallRef nextHandler, EventRef theEvent, void *data) argument
2085 gui_mac_update_input_area( EventHandlerCallRef nextHandler, EventRef theEvent) argument
2097 gui_mac_unicode_key_event( EventHandlerCallRef nextHandler, EventRef theEvent) argument
2260 gui_mac_doKeyEvent(EventRecord *theEvent) argument
2438 gui_mac_doMouseDownEvent(EventRecord *theEvent) argument
2522 gui_mac_doMouseUpEvent(EventRecord *theEvent) argument
2545 gui_mac_mouse_wheel(EventHandlerCallRef nextHandler, EventRef theEvent, void *data) argument
4414 EventRecord theEvent; local
4428 WaitNextEventWrp(EventMask eventMask, EventRecord *theEvent, UInt32 sleep, RgnHandle mouseRgn) argument
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c82 if(note->notifyProc != NULL && (note->wantedEvents & event->theEvent) &&
136 DVConnectionEvent theEvent; local
137 theEvent.eventHeader.deviceID = (DVDeviceID) index;
138 theEvent.eventHeader.theEvent = kDVDeviceAdded;
139 postEvent( &theEvent.eventHeader );

Completed in 211 milliseconds

123