Home
last modified time | relevance | path

Searched refs:BUTTONS (Results 26 – 50 of 476) sorted by relevance

12345678910>>...20

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/plugin/
H A Demulate_game_controller_via_libretro.c67 BUTTONS buttons;
70 static void inputGetKeys_default( int Control, BUTTONS *Keys );
71 typedef void (*get_keys_t)(int, BUTTONS*);
364 static void inputGetKeys_XENA(int Control, BUTTONS *Keys) in inputGetKeys_XENA()
418 static void inputGetKeys_ISS(int Control, BUTTONS *Keys) in inputGetKeys_ISS()
436 static void inputGetKeys_Mace(int Control, BUTTONS *Keys) in inputGetKeys_Mace()
486 static void inputGetKeys_MK4(int Control, BUTTONS *Keys) in inputGetKeys_MK4()
522 static void inputGetKeys_Rampage(int Control, BUTTONS *Keys) in inputGetKeys_Rampage()
568 static void inputGetKeys_WWF(int Control, BUTTONS *Keys) in inputGetKeys_WWF()
586 static void inputGetKeys_RR64( int Control, BUTTONS *Keys ) in inputGetKeys_RR64()
[all …]
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/avtk/avtk/
H A Ddialog.hxx48 enum BUTTONS { enum in Avtk::Dialog
55 void run( const char* header, const char* content, BUTTONS b = OK, int x = -1, int y = -1 );
60 BUTTONS buttons_;
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/avtk/
H A Ddialog.hxx18 enum BUTTONS { enum in Avtk::Dialog
25 void run( const char* header, const char* content, BUTTONS b = OK, int x = -1, int y = -1 );
30 BUTTONS buttons_;
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A Dvrtracker.py13 BUTTONS = 6 variable
69 if (e[BUTTONS][33] & p.VR_BUTTON_WAS_TRIGGERED):
71 if (e[BUTTONS][32] & p.VR_BUTTON_WAS_TRIGGERED):
75 if (e[BUTTONS][1] & p.VR_BUTTON_WAS_TRIGGERED):
80 if (e[BUTTONS][33] == p.VR_BUTTON_IS_DOWN):
H A Dvrminitaur.py26 BUTTONS = 6 variable
36 if (e[BUTTONS][33] & p.VR_BUTTON_WAS_TRIGGERED):
44 if (e[BUTTONS][32] & p.VR_BUTTON_WAS_TRIGGERED):
H A Dvr_kitchen_setup_vrSyncPython.py186 BUTTONS = 6 variable
194 if (e[BUTTONS][33] == p.VR_BUTTON_IS_DOWN):
196 if (e[BUTTONS][32] == p.VR_BUTTON_IS_DOWN):
207 if (e[BUTTONS][33] == p.VR_BUTTON_IS_DOWN):
209 if (e[BUTTONS][32] == p.VR_BUTTON_IS_DOWN):
H A Dvr_kuka_setup_vrSyncPython.py182 BUTTONS = 6 variable
190 if (e[BUTTONS][33] == p.VR_BUTTON_IS_DOWN):
192 if (e[BUTTONS][32] == p.VR_BUTTON_IS_DOWN):
H A Dvr_kuka_setup_vrSyncPlugin.py182 BUTTONS = 6 variable
190 if (e[BUTTONS][33] == p.VR_BUTTON_IS_DOWN):
192 if (e[BUTTONS][32] == p.VR_BUTTON_IS_DOWN):
/dports/games/90secondportraits/90-Second-Portraits-1.01b/
H A DTitleController.lua3 TitleController.static.BUTTONS = {
21 for i,v in ipairs(TitleController.static.BUTTONS) do
35 for i,v in ipairs(TitleController.static.BUTTONS) do
78 for i,v in ipairs(TitleController.static.BUTTONS) do
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/libsass-closed-issues/
H A Dissue_1294.hrx3 #BUTTONS
12 #BUTTONS
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dmouse.pl37 my @BUTTONS = ('', '_middle', '_right');
68 my $button = $BUTTONS[$oldb];
157 for my $button (@BUTTONS) {
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dchown.c58 #define BUTTONS 5 macro
80 } chown_but[BUTTONS] =
130 for (i = 0; i < BUTTONS; i++) in chown_init()
134 for (i = 0; i < BUTTONS; i++) in chown_init()
140 if (i < BUTTONS - 2) in chown_init()
250 for (i = 0; i < BUTTONS - 2; i++) in chown_dlg_create()
258 i = BUTTONS - 2; in chown_dlg_create()
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dchown.c58 #define BUTTONS 5 macro
80 } chown_but[BUTTONS] =
130 for (i = 0; i < BUTTONS; i++) in chown_init()
134 for (i = 0; i < BUTTONS; i++) in chown_init()
140 if (i < BUTTONS - 2) in chown_init()
250 for (i = 0; i < BUTTONS - 2; i++) in chown_dlg_create()
258 i = BUTTONS - 2; in chown_dlg_create()
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/table/
H A DPrefToolbarData.h31 int rows() {return BUTTONS;} in rows()
38 BUTTONS = 15 enumerator
/dports/games/powder/powder118_src/
H A Dcontrol.cpp78 ctrl_setrepeat(BUTTONS button, int timedelay) in ctrl_setrepeat()
127 return hamfake_isPressed((BUTTONS) button); in ctrl_rawpressed()
136 return hamfake_isPressed((BUTTONS) button); in ctrl_rawpressed()
/dports/misc/asbutton/asbutton-0.3/
H A Dasbutton.h8 #define BUTTONS 4 macro
35 int numb_of_apps = BUTTONS;
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/vnc/
H A DvncInput.c50 #define BUTTONS 7 macro
134 for (i = 0; i < BUTTONS; i++) { in vncPointerButtonAction()
184 BYTE map[BUTTONS + 1]; in vncPointerProc()
191 Atom btn_labels[BUTTONS]; in vncPointerProc()
196 for (i = 0; i < BUTTONS + 1; i++) in vncPointerProc()
210 InitPointerDeviceStruct(pDev, map, BUTTONS, btn_labels, in vncPointerProc()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/unix/xserver/hw/vnc/
H A DvncInput.c50 #define BUTTONS 7 macro
134 for (i = 0; i < BUTTONS; i++) { in vncPointerButtonAction()
184 BYTE map[BUTTONS + 1]; in vncPointerProc()
191 Atom btn_labels[BUTTONS]; in vncPointerProc()
196 for (i = 0; i < BUTTONS + 1; i++) in vncPointerProc()
210 InitPointerDeviceStruct(pDev, map, BUTTONS, btn_labels, in vncPointerProc()
/dports/games/xmris/xmris.4.04/
H A Dcontrol.c44 #define GIZMOS (GIZMO_BUTTONS + BUTTONS)
595 for(gptr = &gizmos[GIZMO_BUTTONS + BUTTONS - 1], option = BUTTONS;
602 for(gptr = &gizmos[GIZMO_BUTTONS + BUTTONS - 1], ix = BUTTONS;
633 for(gptr = &gizmos[GIZMO_BUTTONS + BUTTONS - 1], ix = BUTTONS;
780 for(gptr = &gizmos[GIZMO_BUTTONS + BUTTONS - 1], ix = BUTTONS;
796 for(ix = BUTTONS; ix--;)
822 for(gptr = &gizmos[GIZMO_BUTTONS + BUTTONS - 1], ix = BUTTONS;
896 for(ix = BUTTONS; ix--;)
/dports/devel/cc65/cc65-2.19/libsrc/c128/mou/
H A Dc128-pot.s43 .addr BUTTONS
364 jsr BUTTONS
365 ldy #MOUSE_INFO::BUTTONS
H A Dc128-joy.s42 .addr BUTTONS
356 jsr BUTTONS
357 ldy #MOUSE_INFO::BUTTONS
/dports/devel/cc65/cc65-2.19/libsrc/cbm510/mou/
H A Dcbm510-joy.s43 .addr BUTTONS
280 INFO: jsr BUTTONS
284 ldy #MOUSE_INFO::BUTTONS
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dhubdialog.c25 #define BUTTONS 16 macro
49 …{{ SCREENMARGIN+MARGIN, SCREENMARGIN+MARGIN+TITLE+2, DIALOG_WIDTH-MARGIN, DIALOG_HEIGHT-BUTTONS-2-…
50 …{{ SCREENMARGIN+MARGIN, DIALOG_HEIGHT-BUTTONS+2+SCREENMARGIN-MARGIN-8, DIALOG_WIDTH-MARGIN*2, BUTT…
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Dhelp.c26 #define BUTTONS 16 macro
54 …REENMARGIN, SCREENMARGIN+MARGIN + TITLE, SCROLLBAR, -MARGIN-SCREENMARGIN-BUTTONS }, slider, &data.…
55 …N+MARGIN + TITLE, -SCROLLBAR-MARGIN-1-SCREENMARGIN, -MARGIN-SCREENMARGIN-BUTTONS }, help_list_view…
56 …{{ SCREENMARGIN+MARGIN, -SCREENMARGIN-MARGIN-BUTTONS+2, -MARGIN-SCREENMARGIN, BUTTONS-2 }, buttons…
/dports/sysutils/lineakd/lineakd-0.9/
H A Dlineakkb.def.custom_example34 [BUTTONS]
36 [END BUTTONS]

12345678910>>...20