Home
last modified time | relevance | path

Searched refs:buttons_used (Results 1 – 3 of 3) sorted by last modified time

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dbfm_sc45_helper.cpp297 int buttons_used = 1; in find_input_strings() local
319 buttons_used++; in find_input_strings()
361 buttons_used++; in find_input_strings()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dbfm_sc45_helper.cpp297 int buttons_used = 1; in find_input_strings() local
319 buttons_used++; in find_input_strings()
361 buttons_used++; in find_input_strings()
/dports/games/xtruco/xtruco/
H A Dbutton.c24 int buttons_used = 0; variable
38 if( buttons_used < ( MAX_BUTTONS - 1) )
46 AppButtons[ buttons_used ].display = display;
47 AppButtons[ buttons_used ].w = w;
48 AppButtons[ buttons_used ].parent = window;
49 AppButtons[ buttons_used ].gc = gc;
50 AppButtons[ buttons_used ].fore = fore;
51 AppButtons[ buttons_used ].back = back;
63 AppButtons[ buttons_used ].length =
64 strlen( AppButtons[ buttons_used ].text );
[all …]