OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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