OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stick
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
SDL_bejoystick.cc
47
BJoystick *
stick
;
member in struct:joystick_hwdata
99
BJoystick *
stick
;
local
109
stick
= new BJoystick;
110
joystick->hwdata->
stick
=
stick
;
113
if (
stick
->Open(SDL_joyport[joystick->index]) == B_ERROR ) {
120
stick
->EnableCalibration();
123
joystick->nbuttons =
stick
->CountButtons();
124
joystick->naxes =
stick
->CountAxes();
125
joystick->nhats =
stick
->CountHats()
161
BJoy
stick
*
stick
;
local
[
all
...]
/libcore/
NativeCode.mk
37
# and
stick
them on core_src_files. The submakefiles are
Completed in 124 milliseconds