Home
last modified time | relevance | path

Searched refs:BUTTONS (Results 101 – 125 of 476) sorted by relevance

12345678910>>...20

/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dnovag_supremo.cpp113 SENSORBOARD(config, m_board).set_type(sensorboard_device::BUTTONS); in INPUT_PORTS_START()
/dports/print/gv/gv-3.7.4/src/
H A DFileSel.c294 #define BUTTONS fs->file_selection.internal_buttons macro
309 #define IS_BUTTON(pos) (POSITION(pos) & BUTTONS)
475 BUTTONS = 0; in Initialize()
480 BUTTONS += 1; in Initialize()
484 BUTTONS += 2; in Initialize()
488 BUTTONS += 4; in Initialize()
492 BUTTONS += 8; in Initialize()
494 IMESSAGE(BUTTONS) in Initialize()
1986 BUTTONS += POSITION(position); in XawFileSelectionAddButton()
2017 BUTTONS -= POSITION(position); in XawFileSelectionRemoveButton()
[all …]
/dports/devel/cc65/cc65-2.19/asminc/
H A Dmouse-kernel.inc68 BUTTONS .addr
135 BUTTONS .byte
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/doc/
H A Dusercomm.tex111 `BUTTONS.left' is added to the value, if the left mouse button is pressed
112 and `BUTTONS.right' is added, if the right mouse button is pressed. The
114 `BUTTONS.shift' and `BUTTONS.ctrl' are used.
134 if Drag(sheet,x,y,BUTTONS.left,
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/gui/
H A Dfilebox.c58 #define BUTTONS 16 macro
110 …EENMARGIN+MARGIN + TITLE + PATH + FIELD, SCROLLBAR, -MARGIN-SCREENMARGIN-BUTTONS }, slider, &data.…
111 …E + PATH + FIELD, -SCROLLBAR-MARGIN-1-SCREENMARGIN, -MARGIN-SCREENMARGIN-BUTTONS }, file_list_view…
112 …{{ SCREENMARGIN+MARGIN, -SCREENMARGIN-MARGIN-BUTTONS+2, -MARGIN-SCREENMARGIN, BUTTONS-2 }, buttons…
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/docs/
H A Ddisplay_menu.sgml8 <SECT2 ID="DISPLAYMENU-SHOW-ENTRY-BUTTONS">
/dports/x11-themes/gtk-digital-harmony-theme/Digital-Harmony/gtk-2.0/
H A Dpanel.rc17 ##################### PANEL BUTTONS ###############################
/dports/x11-themes/metacity-digital-harmony-theme/Digital-Harmony/gtk-2.0/
H A Dpanel.rc17 ##################### PANEL BUTTONS ###############################
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/workspace/apps/
H A Djoystick_config_app.py99 for x, y, direction, name in BUTTONS:
308 for i, button in enumerate(BUTTONS):
431 BUTTONS = [ variable
/dports/games/powder/powder118_src/port/gp2x/
H A Dhamfake.h90 bool hamfake_isPressed(BUTTONS button);
/dports/games/powder/powder118_src/port/gba/
H A Dhamfake.h63 bool hamfake_isPressed(BUTTONS button);
/dports/games/powder/powder118_src/port/ds/
H A Dhamfake.h75 bool hamfake_isPressed(BUTTONS button);
/dports/games/powder/powder118_src/port/psp/
H A Dhamfake.h93 bool hamfake_isPressed(BUTTONS button);
/dports/games/freeciv-nox11/freeciv-2.6.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/
H A Dpanel.rc20 ##################### PANEL BUTTONS ###############################
/dports/games/freeciv/freeciv-2.6.6/data/themes/gui-gtk-2.0/Freeciv/gtk-2.0/
H A Dpanel.rc20 ##################### PANEL BUTTONS ###############################
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/content/
H A Dcalendar-buttons-mail-toolbar.inc.xhtml5 <!-- CALENDAR TOOLBAR BUTTONS FOR MAIL TOOLBAR -->
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A Dvr_kuka_control.py18 BUTTONS = 6 variable
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dmmboard.cpp58 set_config(config, sensorboard_device::BUTTONS); in device_add_mconfig()
/dports/games/simutrans/simutrans-121.0/gui/
H A Doptionen.cc31 enum BUTTONS { enum
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dmmboard.cpp58 set_config(config, sensorboard_device::BUTTONS); in device_add_mconfig()
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/carousel/
H A DREADME40 * Important change - nav elements should be BUTTONS for receiving focus
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/carousel/
H A DREADME40 * Important change - nav elements should be BUTTONS for receiving focus
/dports/x11-fm/filerunner/filerunner/packages/mswindows/
H A Dconfigl.tcl46 {{USER BUTTONS} {USER BUTTON CONFIGURATION}}
/dports/x11-fm/filerunner/filerunner/packages/unix/
H A Dconfigl.tcl44 {{USER BUTTONS} {USER BUTTON CONFIGURATION}}
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/lib/
H A Dsheet.gi618 #V BUTTONS . . . . . . . . . . . . . . . . . . . . left/right pointer button
620 InstallValue( BUTTONS, rec(left := 1,
642 if btn = BUTTONS.left then
647 if QuoInt(state,BUTTONS.shift) mod 2 = 1 then
650 if QuoInt(state,BUTTONS.ctrl) mod 2 = 1 then
695 ## if Drag(sheet,x,y,BUTTONS.left,

12345678910>>...20