Home
last modified time | relevance | path

Searched defs:nbuttons (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/android/
DSDL_sysjoystick_c.h43 int nbuttons, naxes, nhats, nballs; member
DSDL_sysjoystick.c247 Android_AddJoystick(int device_id, const char *name, SDL_bool is_accelerometer, int nbuttons, int n… in Android_AddJoystick()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/iphoneos/
DSDL_sysjoystick_c.h44 int nbuttons; member
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/emscripten/
DSDL_sysjoystick_c.h38 int nbuttons; member
/third_party/libinput/test/
Dtest-pad.c160 unsigned int nbuttons = 0; in START_TEST() local
784 int ngroups, nbuttons, nrings, nstrips; in START_TEST() local
843 int ngroups, nbuttons, nrings, nstrips; in START_TEST() local
900 int ngroups, nbuttons; in START_TEST() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_sysjoystick.h50 int nbuttons; /* Number of buttons on the joystick */ member
/third_party/libinput/tools/
Dlibinput-list-devices.c248 int nbuttons, nrings, nstrips, ngroups, nmodes; in print_pad_info() local
Dlibinput-debug-events.c231 int nbuttons, nstrips, nrings, ngroups; in print_device_options() local
/third_party/libinput/src/
Devdev-tablet-pad.h72 unsigned int nbuttons; member
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java437 int is_accelerometer, int nbuttons, in nativeAddJoystick()
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c210 jint nbuttons, jint naxes, jint nhats, jint nballs) in Java_org_libsdl_app_SDLActivity_nativeAddJoystick()