Home
last modified time | relevance | path

Searched refs:is_alt_pressed (Results 1 – 4 of 4) sorted by relevance

/dports/security/putty/putty-0.76/windows/
H A Dwindow.c2055 static bool is_alt_pressed(void) in is_alt_pressed() function
2698 is_alt_pressed()); in WndProc()
2704 wParam & MK_CONTROL, is_alt_pressed()); in WndProc()
2742 wParam & MK_CONTROL, is_alt_pressed()); in WndProc()
2925 (resize_action == RESIZE_EITHER && !is_alt_pressed())) { in WndProc()
3100 !is_alt_pressed())) { in WndProc()
3437 control_pressed, is_alt_pressed()); in WndProc()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwindow.c2055 static bool is_alt_pressed(void) in is_alt_pressed() function
2698 is_alt_pressed()); in WndProc()
2704 wParam & MK_CONTROL, is_alt_pressed()); in WndProc()
2742 wParam & MK_CONTROL, is_alt_pressed()); in WndProc()
2925 (resize_action == RESIZE_EITHER && !is_alt_pressed())) { in WndProc()
3100 !is_alt_pressed())) { in WndProc()
3437 control_pressed, is_alt_pressed()); in WndProc()
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dwindows.c2506 static bool is_alt_pressed(void) in is_alt_pressed() function
2861 else if (message == WM_RBUTTONDOWN || is_alt_pressed()) in WndProc()
2888 else if (message == WM_RBUTTONUP || is_alt_pressed()) in WndProc()
2908 else if (wParam & MK_RBUTTON || is_alt_pressed()) in WndProc()
/dports/textproc/artha/artha-1.0.3/src/
H A Dgui.c93 static inline gboolean is_alt_pressed();
355 static inline gboolean is_alt_pressed() in is_alt_pressed() function
376 if(is_alt_pressed()) in win32_capture_selection()