OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nbuttons
(Results
1 - 12
of
12
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_sysjoystick.h
45
int
nbuttons
; /* Number of buttons on the joystick */
member in struct:_SDL_Joystick
65
This should fill the
nbuttons
and naxes fields of the joystick structure.
SDL_joystick.c
140
if ( joystick->
nbuttons
> 0 ) {
142
(joystick->
nbuttons
*sizeof(Uint8));
147
|| ((joystick->
nbuttons
> 0) && !joystick->buttons)) {
167
joystick->
nbuttons
*sizeof(Uint8));
263
return(joystick->
nbuttons
);
342
if ( button < joystick->
nbuttons
) {
345
SDL_SetError("Joystick only has %d buttons",joystick->
nbuttons
);
545
if (button >= joystick->
nbuttons
) {
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c
134
int
nbuttons
;
member in struct:joystick_logical_layout
171
int
nbuttons
;
member in struct:joystick_logicalmap
305
int
nbuttons
, fd;
local
316
nbuttons
= -1;
318
nbuttons
= n;
323
nbuttons
=-1;
328
if (!SDL_strcmp(name, joystick_logicalmap[j].name) && (
nbuttons
==-1 ||
nbuttons
==joystick_logicalmap[j].
nbuttons
)) {
598
joystick->
nbuttons
= 2
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/joystick/riscos/
SDL_sysjoystick.c
85
This should fill the
nbuttons
and naxes fields of the joystick structure.
98
joystick->
nbuttons
=4;
144
for (i = 0; i < joystick->
nbuttons
; i++)
/external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
SDL_bejoystick.cc
94
This should fill the
nbuttons
and naxes fields of the joystick structure.
123
joystick->
nbuttons
= stick->CountButtons();
194
for ( i=0; i<joystick->
nbuttons
; ++i ) {
/external/qemu/distrib/sdl-1.2.15/src/joystick/nds/
SDL_sysjoystick.c
60
This should fill the
nbuttons
and naxes fields of the joystick structure.
65
joystick->
nbuttons
=8;
/external/qemu/distrib/sdl-1.2.15/src/joystick/macos/
SDL_sysjoystick.c
148
This should fill the
nbuttons
and naxes fields of the joystick structure.
210
joystick->
nbuttons
= numButtons;
291
for(i = 0; i < joystick->
nbuttons
; i++, j++)
/external/qemu/distrib/sdl-1.2.15/src/joystick/dc/
SDL_sysjoystick.c
85
This should fill the
nbuttons
and naxes fields of the joystick structure.
99
/* fill
nbuttons
, naxes, and nhats fields */
100
joystick->
nbuttons
= MAX_BUTTONS;
/external/qemu/distrib/sdl-1.2.15/src/joystick/win32/
SDL_mmjoystick.c
187
This should fill the
nbuttons
and naxes fields of the joystick structure.
236
/* fill
nbuttons
, naxes, and nhats fields */
237
joystick->
nbuttons
= SYS_Joystick[index].wNumButtons;
317
for ( i = 0; i < joystick->
nbuttons
; ++i ) {
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c
288
joy->
nbuttons
= 2;
336
joy->
nbuttons
= 0;
374
joy->
nbuttons
++;
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
SDL_sysjoystick.c
431
joystick->
nbuttons
=JP_NUM_BUTTONS;
437
joystick->
nbuttons
=2;
441
joystick->
nbuttons
=1;
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c
695
* This should fill the
nbuttons
and naxes fields of the joystick structure.
712
joystick->
nbuttons
= device->buttons;
Completed in 216 milliseconds