Home
last modified time | relevance | path

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

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/directinput/
H A DDevice.h24 void SetFocusWindow(HWND);
H A DManager.h24 void SetFocusWindow(HWND);
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/directinput/
H A DDevice.cpp28 void CDevice::SetFocusWindow(HWND focusWindow) in SetFocusWindow() function in CDevice
H A DManager.cpp34 void CManager::SetFocusWindow(HWND focusWindow) in SetFocusWindow() function in CManager
40 devicePair.second->SetFocusWindow(focusWindow); in SetFocusWindow()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Damaudio.h43 STDMETHOD(SetFocusWindow)(THIS_ HWND hwnd, WINBOOL bgaudible) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Damaudio.h43 STDMETHOD(SetFocusWindow)(THIS_ HWND hwnd, WINBOOL bgaudible) PURE; in DECLARE_INTERFACE_() local
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dfocus.h16 #define SetFocusWindow(a, b, c) _SetFocusWindow(a, b, c, False); macro
H A Devents.c1570 SetFocusWindow(exc->w.fw, True, set_by); in __handle_click_to_focus()
2162 SetFocusWindow(lf, True, FOCUS_SET_FORCE); in HandleEnterNotify()
2301 SetFocusWindow(fw, True, FOCUS_SET_BY_ENTER); in HandleEnterNotify()
2307 SetFocusWindow(fw, True, FOCUS_SET_BY_ENTER); in HandleEnterNotify()
2941 SetFocusWindow(fw, True, FOCUS_SET_FORCE); in HandleMapNotify()
3124 SetFocusWindow( in HandleMapRequestKeepRaised()
H A Dupdate.c734 SetFocusWindow(focus_fw, False, FOCUS_SET_FORCE); in flush_window_updates()
H A Dfocus.c630 SetFocusWindow(set_focus_to, True, FOCUS_SET_FORCE); in __restore_focus_after_unmap()
H A Dicons.c2436 SetFocusWindow(fw, True, FOCUS_SET_FORCE); in DeIconify()
2442 SetFocusWindow(fw, True, FOCUS_SET_FORCE); in DeIconify()
H A Dadd_window.c3844 SetFocusWindow(t, True, FOCUS_SET_FORCE); in CaptureAllWindows()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dfocus.h15 #define SetFocusWindow(a, b, c) _SetFocusWindow(a, b, c, False); macro
H A Devents.c1581 SetFocusWindow(exc->w.fw, True, set_by); in __handle_click_to_focus()
2156 SetFocusWindow(lf, True, FOCUS_SET_FORCE); in HandleEnterNotify()
2287 SetFocusWindow(fw, True, FOCUS_SET_BY_ENTER); in HandleEnterNotify()
2293 SetFocusWindow(fw, True, FOCUS_SET_BY_ENTER); in HandleEnterNotify()
2916 SetFocusWindow(fw, True, FOCUS_SET_FORCE); in HandleMapNotify()
3106 SetFocusWindow( in HandleMapRequestKeepRaised()
H A Dupdate.c734 SetFocusWindow(focus_fw, False, FOCUS_SET_FORCE); in flush_window_updates()
H A Dfocus.c619 SetFocusWindow(set_focus_to, True, FOCUS_SET_FORCE); in __restore_focus_after_unmap()
H A Dicons.c2440 SetFocusWindow(fw, True, FOCUS_SET_FORCE); in DeIconify()
2446 SetFocusWindow(fw, True, FOCUS_SET_FORCE); in DeIconify()
H A Dadd_window.c3817 SetFocusWindow(t, True, FOCUS_SET_FORCE); in CaptureAllWindows()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs10831 …pub unsafe fn SetFocusWindow<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::Foundatio… in SetFocusWindow() method