Home
last modified time | relevance | path

Searched refs:alt_button (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/durden/durden-0.6.1/durden/menus/global/
H A Dstatusbar.lua40 local function alt_button(dir, group) function
74 return alt_button(dir, "alt_command");
84 return alt_button(dir, "drag_command");
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dmap.c2400 bool alt_button; in interpret_move() local
2436 alt_button = (button == CURSOR_SELECT2); in interpret_move()
2471 alt_button = (button == RIGHT_RELEASE); in interpret_move()
2499 if (alt_button) { in interpret_move()
/dports/editors/mined/mined-2015.25/src/
H A Dmined.h317 #define alt_button 8 macro
H A Dio.c4822 mouse_shift |= alt_button;
H A Dmined1.c598 FLAG alt_mouse = mouse_shift & alt_button in MOUSEfunction()