Home
last modified time | relevance | path

Searched refs:PM_NOREMOVE (Results 1 – 25 of 689) sorted by relevance

12345678910>>...28

/dports/misc/vxl/vxl-3.3.2/core/vgui/impl/mfc/
H A Dvgui_mfc_app.cxx132 while (bIdle && !::PeekMessage(&msgCur, NULL, NULL, NULL, PM_NOREMOVE)) in Run()
143 if (::PeekMessage(&tmp_msg, NULL, NULL, NULL, PM_NOREMOVE)) in Run()
153 BOOL status = ::PeekMessage(&tmp_msg, NULL, NULL, NULL, PM_NOREMOVE); in Run()
190 } while (::PeekMessage(&msgCur, NULL, NULL, NULL, PM_NOREMOVE)); in Run()
H A Dvgui_mfc.cxx130 ::PeekMessage(&m_msg, NULL, NULL, NULL, PM_NOREMOVE); in run_one_event()
137 while (::PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE)) in run_till_idle()
/dports/sysutils/barrier/barrier-2.3.3/src/lib/platform/
H A DMSWindowsEventQueueBuffer.cpp51 PeekMessage(&dummy, NULL, WM_USER, WM_USER, PM_NOREMOVE); in MSWindowsEventQueueBuffer()
102 if (!PeekMessage(&m_event, NULL, 0, 0, PM_NOREMOVE) && in getEvent()
103 !PeekMessage(&m_event, (HWND)-1, 0, 0, PM_NOREMOVE)) { in getEvent()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/platform/
H A DMSWindowsEventQueueBuffer.cpp50 PeekMessage(&dummy, NULL, WM_USER, WM_USER, PM_NOREMOVE); in MSWindowsEventQueueBuffer()
94 if (!PeekMessage(&m_event, NULL, 0, 0, PM_NOREMOVE) && in getEvent()
95 !PeekMessage(&m_event, (HWND)-1, 0, 0, PM_NOREMOVE)) { in getEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/win/app/
H A Dsalinst.cxx778 if ( PeekMessageW( &aMsg, nullptr, 0, 0, PM_NOREMOVE | PM_NOYIELD ) ) in AnyInput()
791 PM_NOREMOVE | PM_NOYIELD ) ) in AnyInput()
813 aRange.nEnd, PM_NOREMOVE | PM_NOYIELD ) ) in AnyInput()
823 PM_NOREMOVE | PM_NOYIELD ) ) in AnyInput()
830 PM_NOREMOVE | PM_NOYIELD ) ) in AnyInput()
834 PM_NOREMOVE | PM_NOYIELD ) ) in AnyInput()
838 PM_NOREMOVE | PM_NOYIELD ) ) in AnyInput()
842 PM_NOREMOVE | PM_NOYIELD ) ) in AnyInput()
846 PM_NOREMOVE | PM_NOYIELD ) ) in AnyInput()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dpoll.c270 if (PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE))
280 if (PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE))
290 if (PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE))
298 if (PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE))
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DHangMonitor.cpp336 ::PeekMessageW(&msg, nullptr, WM_KEYFIRST, WM_IME_KEYLAST, PM_NOREMOVE); in IsUIMessageWaiting()
338 ::PeekMessageW(&msg, nullptr, NS_WM_IMEFIRST, NS_WM_IMELAST, PM_NOREMOVE); in IsUIMessageWaiting()
340 ::PeekMessageW(&msg, nullptr, WM_MOUSEFIRST, WM_MOUSELAST, PM_NOREMOVE); in IsUIMessageWaiting()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/
H A DHangMonitor.cpp364 WM_IME_KEYLAST, PM_NOREMOVE);
366 NS_WM_IMELAST, PM_NOREMOVE);
368 WM_MOUSELAST, PM_NOREMOVE);
/dports/lang/seed7/seed7/src/
H A Dgkb_win.c737 if (PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE)) { in gkbGetc()
1163 msg_present = PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE); in gkbKeyPressed()
1183 msg_present = PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE); in gkbKeyPressed()
1217 msg_present = PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE); in gkbKeyPressed()
1225 msg_present = PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE); in gkbKeyPressed()
1232 msg_present = PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE); in gkbKeyPressed()
1244 msg_present = PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE); in gkbKeyPressed()
1263 msg_present = PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE); in gkbKeyPressed()
1271 msg_present = PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE); in gkbKeyPressed()
1348 msg_present = PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE); in gkbKeyPressed()
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/WIN32/
H A Devent.c590 while (PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE)) { in event_update()
599 while (PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE)) { in event_update()
623 while (PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE)) { in event_update()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Devtloop.cpp301 return ::WinPeekMsg(vHabmain, &msg, 0, 0, 0, PM_NOREMOVE) != 0; in Pending()
389 while (::WinPeekMsg(vHab, &vMsg, (HWND)NULL, 0, 0, PM_NOREMOVE) && vMsg.msg != WM_QUIT) in YieldFor()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Devtloop.cpp301 return ::WinPeekMsg(vHabmain, &msg, 0, 0, 0, PM_NOREMOVE) != 0; in Pending()
389 while (::WinPeekMsg(vHab, &vMsg, (HWND)NULL, 0, 0, PM_NOREMOVE) && vMsg.msg != WM_QUIT) in YieldFor()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dapp.cpp556 if ( !::PeekMessage(&msg, hwndTop, 0, 1, PM_NOREMOVE) || in WakeUpIdle()
557 ::PeekMessage(&msg, hwndTop, 1, 1, PM_NOREMOVE) ) in WakeUpIdle()
719 while ( PeekMessage(&msg, (HWND)0, 0, 0, PM_NOREMOVE) && in Yield()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dapp.cpp556 if ( !::PeekMessage(&msg, hwndTop, 0, 1, PM_NOREMOVE) || in WakeUpIdle()
557 ::PeekMessage(&msg, hwndTop, 1, 1, PM_NOREMOVE) ) in WakeUpIdle()
719 while ( PeekMessage(&msg, (HWND)0, 0, 0, PM_NOREMOVE) && in Yield()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dapp.cpp556 if ( !::PeekMessage(&msg, hwndTop, 0, 1, PM_NOREMOVE) || in WakeUpIdle()
557 ::PeekMessage(&msg, hwndTop, 1, 1, PM_NOREMOVE) ) in WakeUpIdle()
719 while ( PeekMessage(&msg, (HWND)0, 0, 0, PM_NOREMOVE) && in Yield()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dapp.cpp556 if ( !::PeekMessage(&msg, hwndTop, 0, 1, PM_NOREMOVE) || in WakeUpIdle()
557 ::PeekMessage(&msg, hwndTop, 1, 1, PM_NOREMOVE) ) in WakeUpIdle()
719 while ( PeekMessage(&msg, (HWND)0, 0, 0, PM_NOREMOVE) && in Yield()
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DCarlaMainLoop.hpp57 if (! ::PeekMessage(&msg, nullptr, 0, 0, PM_NOREMOVE)) in runMainLoopOnce()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclWin/
H A DtclWinNotify.c466 if (!PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE)) { in Tcl_WaitForEvent()
480 if (PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE)) { in Tcl_WaitForEvent()
/dports/x11/workrave/workrave-1.10.44/backend/src/win32/
H A DW32LowLevelMonitor.cc292 PeekMessageW( &msg, NULL, WM_USER, WM_USER, PM_NOREMOVE ); in dispatch_thread()
378 PeekMessageW( &msg, NULL, WM_USER, WM_USER, PM_NOREMOVE ); in time_critical_callback_thread()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/libs/kiplatform/msw/
H A Dapp.cpp113 PeekMessage( &msg, nullptr, WM_TIMER, WM_TIMER, PM_NOREMOVE ); in ForceTimerMessagesToBeCreatedIfNecessary()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/debugger/
H A DDebuggerApp.cpp108 while ( PeekMessage ( &msg, NULL, 0, 0, PM_NOREMOVE ) ) in ProcessWindowMessages()
/dports/lang/tcl85/tcl8.5.19/win/
H A DtclWinNotify.c465 if (!PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE)) { in Tcl_WaitForEvent()
487 if (PeekMessage(&msg, NULL, 0, 0, PM_NOREMOVE)) { in Tcl_WaitForEvent()
/dports/lang/tcl87/tcl8.7a5/win/
H A DtclWinNotify.c454 if (!PeekMessageW(&msg, NULL, 0, 0, PM_NOREMOVE)) { in TclpWaitForEvent()
476 if (PeekMessageW(&msg, NULL, 0, 0, PM_NOREMOVE)) { in TclpWaitForEvent()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Devtloopconsole.cpp54 return ::PeekMessage(&msg, 0, 0, 0, PM_NOREMOVE) != 0; in Pending()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Devtloopconsole.cpp54 return ::PeekMessage(&msg, 0, 0, 0, PM_NOREMOVE) != 0; in Pending()

12345678910>>...28