Home
last modified time | relevance | path

Searched refs:windowEvents (Results 1 – 19 of 19) sorted by relevance

/dports/games/libretro-snes9x/snes9x-73aa348/macosx/
H A Dmac-client.cpp166 EventTypeSpec windowEvents[] = { { kEventClassCommand, kEventCommandProcess }, in NPClientDialog() local
175 …err = InstallWindowEventHandler(mRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (vo… in NPClientDialog()
181 …err = InstallWindowEventHandler(sRef, sheetUPP, GetEventTypeCount(windowEvents), windowEvents, (vo… in NPClientDialog()
H A Dmac-dialog.cpp282 EventTypeSpec windowEvents[] = { { kEventClassWindow, kEventWindowClose }, in AboutDialog() local
318 …tallWindowEventHandler(tWindowRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (void … in AboutDialog()
915 EventTypeSpec windowEvents[] = { { kEventClassWindow, kEventWindowClose }, in RomInfoDialog() local
924 …tallWindowEventHandler(tWindowRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (void … in RomInfoDialog()
H A Dmac-joypad.cpp888 EventTypeSpec windowEvents[] = { { kEventClassCommand, kEventCommandProcess }, in ConfigureHID() local
932 …tallWindowEventHandler(tWindowRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (void … in ConfigureHID()
H A Dmac-server.cpp155 EventTypeSpec windowEvents[] = { { kEventClassCommand, kEventCommandProcess }, in NPServerDialog() local
163 …tallWindowEventHandler(tWindowRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (void … in NPServerDialog()
H A Dmac-prefs.cpp1522 EventTypeSpec windowEvents[] = { { kEventClassWindow, kEventWindowClose }, in ConfigureExtraOptions() local
1551 …tallWindowEventHandler(tWindowRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (void … in ConfigureExtraOptions()
H A Dmac-os.mm799 windowEvents[] = { { kEventClassWindow, kEventWindowDeactivated },
822 …llWindowEventHandler(gWindow, gameWindowUPP, GetEventTypeCount(windowEvents), windowEvents, (void …
/dports/emulators/snes9x-gtk/snes9x-1.54.1/macosx/
H A Dmac-client.cpp340 EventTypeSpec windowEvents[] = { { kEventClassCommand, kEventCommandProcess }, in NPClientDialog() local
349 …err = InstallWindowEventHandler(mRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (vo… in NPClientDialog()
355 …err = InstallWindowEventHandler(sRef, sheetUPP, GetEventTypeCount(windowEvents), windowEvents, (vo… in NPClientDialog()
H A Dmac-dialog.cpp452 EventTypeSpec windowEvents[] = { { kEventClassWindow, kEventWindowClose }, in AboutDialog() local
488 …tallWindowEventHandler(tWindowRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (void … in AboutDialog()
1085 EventTypeSpec windowEvents[] = { { kEventClassWindow, kEventWindowClose }, in RomInfoDialog() local
1094 …tallWindowEventHandler(tWindowRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (void … in RomInfoDialog()
H A Dmac-joypad.cpp1062 EventTypeSpec windowEvents[] = { { kEventClassCommand, kEventCommandProcess }, in ConfigureHID() local
1106 …tallWindowEventHandler(tWindowRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (void … in ConfigureHID()
H A Dmac-server.cpp329 EventTypeSpec windowEvents[] = { { kEventClassCommand, kEventCommandProcess }, in NPServerDialog() local
337 …tallWindowEventHandler(tWindowRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (void … in NPServerDialog()
H A Dmac-prefs.cpp1685 EventTypeSpec windowEvents[] = { { kEventClassWindow, kEventWindowClose }, in ConfigureExtraOptions() local
1714 …tallWindowEventHandler(tWindowRef, eventUPP, GetEventTypeCount(windowEvents), windowEvents, (void … in ConfigureExtraOptions()
H A Dmac-os.mm973 windowEvents[] = { { kEventClassWindow, kEventWindowDeactivated },
996 …llWindowEventHandler(gWindow, gameWindowUPP, GetEventTypeCount(windowEvents), windowEvents, (void …
/dports/www/firefox-esr/firefox-91.8.0/dom/browser-element/
H A DBrowserElementParent.jsm64 let windowEvents = ["visibilitychange"];
65 for (let event of windowEvents) {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/browser-element/
H A DBrowserElementParent.jsm64 let windowEvents = ["visibilitychange"];
65 for (let event of windowEvents) {
/dports/www/firefox/firefox-99.0/dom/browser-element/
H A DBrowserElementParent.jsm64 let windowEvents = ["visibilitychange"];
65 for (let event of windowEvents) {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/browser-element/
H A DBrowserElementParent.jsm64 let windowEvents = ["visibilitychange"];
65 for (let event of windowEvents) {
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/third_party/spiro/x3/
H A Dx3carbon.c220 EventTypeSpec windowEvents[] = { in x3window() local
251 sizeof(windowEvents)/sizeof(EventTypeSpec), in x3window()
252 windowEvents, result, &handlerRef); in x3window()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_mac.cxx2272 static EventTypeSpec windowEvents[] = { in make() local
2283 ret = InstallWindowEventHandler( x->xid, windowHandler, 10, windowEvents, w, 0L ); in make()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_mac.cxx2272 static EventTypeSpec windowEvents[] = { in make() local
2283 ret = InstallWindowEventHandler( x->xid, windowHandler, 10, windowEvents, w, 0L ); in make()