Home
last modified time | relevance | path

Searched refs:ENABLE_MOUSE_INPUT (Results 1 – 25 of 824) sorted by relevance

12345678910>>...33

/dports/editors/biew/biew-610/biewlib/sysdep/ia32/win32/
H A Dmouse.c37 SetConsoleMode(GetStdHandle(STD_INPUT_HANDLE),ENABLE_MOUSE_INPUT); in __init_mouse()
46 cmode &= ~ENABLE_MOUSE_INPUT; in __term_mouse()
47 SetConsoleMode(GetStdHandle(STD_INPUT_HANDLE),ENABLE_MOUSE_INPUT); in __term_mouse()
/dports/misc/vifm/vifm-0.11/patches/pdcurses34/
H A Dpdcurses-6-resize-detection-and-manual-handling.patch53 /* If turning on mouse input: Set ENABLE_MOUSE_INPUT, and clear
61 - (ENABLE_MOUSE_INPUT|0x0080) : (pdc_quick_edit|0x0080));
63 + (ENABLE_MOUSE_INPUT|0x0080) : (pdc_quick_edit|0x0080)));
/dports/sysutils/less/less-551/
H A Dttyin.c52 SetConsoleMode(tty, ENABLE_PROCESSED_INPUT | ENABLE_MOUSE_INPUT); in open_getchr()
112 SetConsoleMode(tty, ENABLE_PROCESSED_INPUT | ENABLE_MOUSE_INPUT);
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/win32/
H A Dconsolewaiter.cpp38 SetConsoleMode(hInput, dwMode & ~(ENABLE_MOUSE_INPUT | ENABLE_WINDOW_INPUT)); in WinConsoleWaiter()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/terminal/
H A Dwin32_output.py368 ENABLE_MOUSE_INPUT = 0x10
373 … self._winapi(windll.kernel32.SetConsoleMode, handle, original_mode.value | ENABLE_MOUSE_INPUT)
376 ENABLE_MOUSE_INPUT = 0x10
381 … self._winapi(windll.kernel32.SetConsoleMode, handle, original_mode.value & ~ ENABLE_MOUSE_INPUT)
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/terminal/
H A Dwin32_output.py368 ENABLE_MOUSE_INPUT = 0x10
373 … self._winapi(windll.kernel32.SetConsoleMode, handle, original_mode.value | ENABLE_MOUSE_INPUT)
376 ENABLE_MOUSE_INPUT = 0x10
381 … self._winapi(windll.kernel32.SetConsoleMode, handle, original_mode.value & ~ ENABLE_MOUSE_INPUT)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlibw32c.cc225 inmode |= ENABLE_MOUSE_INPUT; in set_mouse_enabled()
227 inmode &= ~ENABLE_MOUSE_INPUT; in set_mouse_enabled()
240 | ENABLE_MOUSE_INPUT in _set_string_input()
246 inmodes = ENABLE_MOUSE_INPUT | ENABLE_WINDOW_INPUT; in _set_string_input()
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/output/
H A Dwin32.py466 ENABLE_MOUSE_INPUT = 0x10
480 (original_mode.value | ENABLE_MOUSE_INPUT) & ~ENABLE_QUICK_EDIT_MODE,
484 ENABLE_MOUSE_INPUT = 0x10
492 original_mode.value & ~ENABLE_MOUSE_INPUT,
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/output/
H A Dwin32.py392 ENABLE_MOUSE_INPUT = 0x10
397 … self._winapi(windll.kernel32.SetConsoleMode, handle, original_mode.value | ENABLE_MOUSE_INPUT)
400 ENABLE_MOUSE_INPUT = 0x10
405 … self._winapi(windll.kernel32.SetConsoleMode, handle, original_mode.value & ~ ENABLE_MOUSE_INPUT)
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/output/
H A Dwin32.py392 ENABLE_MOUSE_INPUT = 0x10
397 … self._winapi(windll.kernel32.SetConsoleMode, handle, original_mode.value | ENABLE_MOUSE_INPUT)
400 ENABLE_MOUSE_INPUT = 0x10
405 … self._winapi(windll.kernel32.SetConsoleMode, handle, original_mode.value & ~ ENABLE_MOUSE_INPUT)
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dpause.c83 fdwMode = ENABLE_WINDOW_INPUT | ENABLE_MOUSE_INPUT; in splite_pause_windows()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/docker/docker/pkg/term/
H A Dconsole_windows.go16 ENABLE_MOUSE_INPUT = 0x0010 const
/dports/shells/elvish/elvish-0.17.0/pkg/cli/term/
H A Dsetup_windows.go12 windows.ENABLE_MOUSE_INPUT | windows.ENABLE_PROCESSED_INPUT
/dports/games/nethack34-nox11/nethack-3.4.3/sys/winnt/
H A Dnttty.c285 ENABLE_MOUSE_INPUT | ENABLE_ECHO_INPUT | ENABLE_WINDOW_INPUT; in nttty_open()
293 cmode |= ENABLE_MOUSE_INPUT; in nttty_open()
741 cmode |= ENABLE_MOUSE_INPUT; in toggle_mouse_support()
743 cmode &= ~ENABLE_MOUSE_INPUT; in toggle_mouse_support()
/dports/games/nethack34/nethack-3.4.3/sys/winnt/
H A Dnttty.c285 ENABLE_MOUSE_INPUT | ENABLE_ECHO_INPUT | ENABLE_WINDOW_INPUT; in nttty_open()
293 cmode |= ENABLE_MOUSE_INPUT; in nttty_open()
741 cmode |= ENABLE_MOUSE_INPUT; in toggle_mouse_support()
743 cmode &= ~ENABLE_MOUSE_INPUT; in toggle_mouse_support()
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/winnt/
H A Dnttty.c285 ENABLE_MOUSE_INPUT | ENABLE_ECHO_INPUT | ENABLE_WINDOW_INPUT; in nttty_open()
293 cmode |= ENABLE_MOUSE_INPUT; in nttty_open()
741 cmode |= ENABLE_MOUSE_INPUT; in toggle_mouse_support()
743 cmode &= ~ENABLE_MOUSE_INPUT; in toggle_mouse_support()
/dports/lang/gauche/Gauche-0.9.10/ext/windows/
H A Dwindows.scm66 ENABLE_WINDOW_INPUT ENABLE_MOUSE_INPUT ENABLE_PROCESSED_OUTPUT
/dports/net/liblinphone/linphone-3.12.0/daemon/
H A Ddaemon-pipetest.c58 fdwMode = fdwOldMode ^ ENABLE_MOUSE_INPUT ^ ENABLE_WINDOW_INPUT; in main()
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dwindows.c73 inmode |= ENABLE_MOUSE_INPUT | ENABLE_PROCESSED_INPUT in prepare_windows_terminal()
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/winnt/
H A Dnttty.c365 ENABLE_MOUSE_INPUT | ENABLE_ECHO_INPUT | ENABLE_WINDOW_INPUT; in nttty_open()
373 cmode |= ENABLE_MOUSE_INPUT; in nttty_open()
846 cmode |= ENABLE_MOUSE_INPUT; in toggle_mouse_support()
848 cmode &= ~ENABLE_MOUSE_INPUT; in toggle_mouse_support()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/winnt/
H A Dnttty.c286 ENABLE_MOUSE_INPUT | ENABLE_ECHO_INPUT | ENABLE_WINDOW_INPUT; in nttty_open()
294 cmode |= ENABLE_MOUSE_INPUT; in nttty_open()
818 cmode |= ENABLE_MOUSE_INPUT; in toggle_mouse_support()
820 cmode &= ~ENABLE_MOUSE_INPUT; in toggle_mouse_support()
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/winnt/
H A Dnttty.c286 ENABLE_MOUSE_INPUT | ENABLE_ECHO_INPUT | ENABLE_WINDOW_INPUT; in nttty_open()
294 cmode |= ENABLE_MOUSE_INPUT; in nttty_open()
818 cmode |= ENABLE_MOUSE_INPUT; in toggle_mouse_support()
820 cmode &= ~ENABLE_MOUSE_INPUT; in toggle_mouse_support()
/dports/devel/radare2/radare2-5.1.1/binr/preload/
H A Dlibr2.c64 SetConsoleMode (hStdin, lpMode & (~ENABLE_MOUSE_INPUT | ENABLE_PROCESSED_INPUT)); in alloc_console()
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dposix.cpp105 SetConsoleMode(stdin_h,val&~(ENABLE_MOUSE_INPUT|ENABLE_WINDOW_INPUT)); in input_available()
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dposix.cpp78 SetConsoleMode(stdin_h,val&~(ENABLE_MOUSE_INPUT|ENABLE_WINDOW_INPUT)); in input_available()

12345678910>>...33