Home
last modified time | relevance | path

Searched refs:MOUSE_RIGHT (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/science/jmol/jmol-14.32.7/src/org/jmol/awtjs/
H A DEvent.java7 public static final int MOUSE_RIGHT = 4; //Event.META_MASK; field in Event
10 public final static int MAC_COMMAND = MOUSE_LEFT | MOUSE_RIGHT;
11 public final static int BUTTON_MASK = MOUSE_LEFT | MOUSE_MIDDLE | MOUSE_RIGHT;
/dports/editors/the/THE-3.3RC4/
H A Dmouse.c97 #define MOUSE_RIGHT (3 << MOUSE_BUTTON_OFFSET) macro
545 WINDOW_FILEAREA|MOUSE_RIGHT|MOUSE_PRESS|MOUSE_SHIFT, in initialise_mouse_commands()
548 WINDOW_FILEAREA|MOUSE_RIGHT|MOUSE_PRESS|MOUSE_CONTROL, in initialise_mouse_commands()
551 WINDOW_FILEAREA|MOUSE_RIGHT|MOUSE_CLICK|MOUSE_NORMAL, in initialise_mouse_commands()
566 WINDOW_FILEAREA|MOUSE_RIGHT|MOUSE_CLICK|MOUSE_ALT, in initialise_mouse_commands()
575 WINDOW_PREFIX|MOUSE_RIGHT|MOUSE_CLICK|MOUSE_NORMAL, in initialise_mouse_commands()
605 WINDOW_IDLINE|MOUSE_RIGHT|MOUSE_CLICK|MOUSE_NORMAL, in initialise_mouse_commands()
811 b = MOUSE_RIGHT;
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/long_operations/
H A Dwait_long_operation.cc80 (mouseButton == MOUSE_LEFT || mouseButton == MOUSE_RIGHT)) { in MouseButtonStateChanged()
87 } else if (mouseButton == MOUSE_RIGHT) { in MouseButtonStateChanged()
H A Dbutton_object_select_long_operation.cc127 } else if (mouseButton == MOUSE_RIGHT && !pressed && cancelable_) { in MouseButtonStateChanged()
/dports/editors/vim/vim-8.2.3745/src/
H A Dmouse.c362 && which_button == MOUSE_RIGHT) in do_mouse()
528 if (which_button == MOUSE_RIGHT in do_mouse()
621 which_button = MOUSE_RIGHT; in do_mouse()
641 else if (which_button == MOUSE_RIGHT) in do_mouse()
2470 if (button & 4) mouse_code |= MOUSE_RIGHT; in check_termcode_mouse()
2477 if (button & 4) mouse_code |= MOUSE_RIGHT; in check_termcode_mouse()
2491 if (button & 4) mouse_code |= MOUSE_RIGHT; in check_termcode_mouse()
2502 mouse_code |= MOUSE_RIGHT; in check_termcode_mouse()
2609 mouse_code = MOUSE_RIGHT; in check_termcode_mouse()
2631 case 6: mouse_code = MOUSE_RIGHT; in check_termcode_mouse()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Devent.hxx104 #define MOUSE_RIGHT (sal_uInt16(0x0004)) macro
148 { return (mnCode & (MOUSE_LEFT | MOUSE_MIDDLE | MOUSE_RIGHT)); } in GetButtons()
154 { return ((mnCode & MOUSE_RIGHT) != 0); } in IsRight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Devent.hxx100 #define MOUSE_RIGHT (sal_uInt16(0x0004)) macro
132 { return (mnCode & (MOUSE_LEFT | MOUSE_MIDDLE | MOUSE_RIGHT)); } in GetButtons()
138 { return ((mnCode & MOUSE_RIGHT) != 0); } in IsRight()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_mousefun.c34 #define MOUSE_RIGHT (appres.flipvisualhints? MOUSE_LEFT_CTR: MOUSE_RIGHT_CTR) macro
431 draw_mousefun_msg(right, MOUSE_RIGHT, MOUSE_LR_Y); in draw_mousefn2()
462 draw_mousefun_msg("Not Used", MOUSE_RIGHT, MOUSE_LR_Y); in notused_right()
472 draw_mousefun_msg(mid_blank, MOUSE_RIGHT, MOUSE_LR_Y); in clear_right()
/dports/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3/src/
H A Dhurd_mouse.c74 #define MOUSE_RIGHT 3 macro
111 case MOUSE_RIGHT: in OsMouseReadInput()
/dports/editors/libreoffice/libreoffice-7.2.6.2/avmedia/source/viewer/
H A Dmediaevent_impl.cxx99 ( ( e.Buttons & 2 ) ? MOUSE_RIGHT : 0 ) | in mousePressed()
118 ( ( e.Buttons & 2 ) ? MOUSE_RIGHT : 0 ) | in mouseReleased()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/avmedia/source/viewer/
H A Dmediaevent_impl.cxx99 ( ( e.Buttons & 2 ) ? MOUSE_RIGHT : 0 ) | in mousePressed()
118 ( ( e.Buttons & 2 ) ? MOUSE_RIGHT : 0 ) | in mouseReleased()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmouse.h32 #define MOUSE_RIGHT 0x02 macro
/dports/games/openglad/openglad-0.98/src/
H A Dinput.cpp129 mouse_state[MOUSE_RIGHT] = 0; in handle_events()
139 mouse_state[MOUSE_RIGHT] = 1; in handle_events()
H A Dinput.h42 #define MOUSE_RIGHT 3 macro
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-interaction.h41 MOUSE_RIGHT, enumerator
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/
H A DKeyName.h47 MOUSE_RIGHT = MOUSE_BASE + SDL_BUTTON_RIGHT, enumerator
/dports/games/traingame/traingame-cb6513e/include/
H A DIScreen.hpp28 MOUSE_UNKNOWN, MOUSE_LEFT, MOUSE_MIDDLE, MOUSE_RIGHT, enumerator
/dports/devel/love5/love-0.5-0/src/system/
H A Dconstants.h180 { "mouse_right", love::MOUSE_RIGHT },
/dports/science/jmol/jmol-14.32.7/src/jspecview/app/
H A DGenericMouse.java36 if (!disposed && id == Event.MOUSE_DOWN && (modifiers & Event.MOUSE_RIGHT) != 0) in processEvent()
219 modifiers = modifiers & ~Event.MOUSE_RIGHT | Event.CTRL_MASK; in dragged()
/dports/games/irrlamb/irrlamb-1.0.1/src/
H A Dinput.h30 MOUSE_RIGHT, enumerator
/dports/games/traingame/traingame-cb6513e/src/
H A DGame.cpp374 case MOUSE_RIGHT: in on_mouse_click()
392 case MOUSE_RIGHT: in on_mouse_release()
/dports/editors/libreoffice/libreoffice-7.2.6.2/libreofficekit/qa/gtktiledviewer/
H A Dgtv-lok-dialog.cxx180 nEventButton = MOUSE_RIGHT; in gtv_lok_dialog_signal_button()
211 nEventButton = MOUSE_RIGHT; in gtv_lok_dialog_signal_button()
559 nEventButton = MOUSE_RIGHT; in gtv_lok_dialog_floating_win_signal_button()
590 nEventButton = MOUSE_RIGHT; in gtv_lok_dialog_floating_win_signal_button()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/libreofficekit/qa/gtktiledviewer/
H A Dgtv-lok-dialog.cxx178 nEventButton = MOUSE_RIGHT; in gtv_lok_dialog_signal_button()
209 nEventButton = MOUSE_RIGHT; in gtv_lok_dialog_signal_button()
557 nEventButton = MOUSE_RIGHT; in gtv_lok_dialog_floating_win_signal_button()
588 nEventButton = MOUSE_RIGHT; in gtv_lok_dialog_floating_win_signal_button()
/dports/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.9.0/src/
H A Dhurd_kbd.c73 #define MOUSE_RIGHT 3 macro
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dkeys.h141 MOUSE_RIGHT, enumerator

12345678