HomeSort by relevance Sort by last modified time
    Searched full:windoweventhandler (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/highgui/src/
window_carbon.cpp 128 static pascal OSStatus windowEventHandler(EventHandlerCallRef nextHandler, EventRef theEvent, void *inUserData);
946 err = InstallWindowEventHandler(outWindow, NewEventHandlerUPP(windowEventHandler), GetEventTypeCount(genericWindowEventHandler), genericWindowEventHandler, outWindow, NULL);
955 static pascal OSStatus windowEventHandler(EventHandlerCallRef nextHandler, EventRef theEvent, void *inUserData)

Completed in 7589 milliseconds