OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nhats
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_sysjoystick.h
36
int
nhats
; /* Number of hats on the joystick */
member in struct:_SDL_Joystick
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c
46
int
nhats
;
member in struct:__anon24997
132
int
nhats
;
member in struct:joystick_logical_layout
553
joystick->
nhats
* sizeof(struct hwdata_hat));
557
for ( i=0; i<joystick->
nhats
; ++i ) {
611
joystick->
nhats
= tmp_nhats;
622
joystick->
nhats
= special_joysticks[i].
nhats
;
644
joystick->
nhats
= tmp_nhats;
654
if ( joystick->
nhats
> 0 ) {
656
joystick->
nhats
= 0
[
all
...]
Completed in 28 milliseconds