Home
last modified time | relevance | path

Searched refs:joy (Results 1 – 25 of 37) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/bsd/
DSDL_sysjoystick.c283 SDL_SYS_JoystickOpen(SDL_Joystick * joy, int device_index) argument
298 joy->instance_id = device_index;
305 joy->hwdata = hw;
310 joy->naxes = 2;
311 joy->nbuttons = 2;
312 joy->nhats = 0;
313 joy->nballs = 0;
389 joy->naxes = 0;
390 joy->nbuttons = 0;
391 joy->nhats = 0;
[all …]
/third_party/flutter/glfw/src/
Dwin32_joystick.c335 int joy = 0; in deviceCallback() local
342 for (joy = GLFW_JOYSTICK_1; joy <= GLFW_JOYSTICK_LAST; joy++) in deviceCallback()
344 if (memcmp(&_glfw.win32_js[joy].guid, &di->guidInstance, sizeof(GUID)) == 0) in deviceCallback()
348 for (joy = GLFW_JOYSTICK_1; joy <= GLFW_JOYSTICK_LAST; joy++) in deviceCallback()
350 if (!_glfw.win32_js[joy].present) in deviceCallback()
354 if (joy > GLFW_JOYSTICK_LAST) in deviceCallback()
429 js = _glfw.win32_js + joy; in deviceCallback()
441 _glfwInputJoystickChange(joy, GLFW_CONNECTED); in deviceCallback()
450 int joy; in openXinputDevice() local
454 for (joy = GLFW_JOYSTICK_1; joy <= GLFW_JOYSTICK_LAST; joy++) in openXinputDevice()
[all …]
Dlinux_joystick.c53 int joy, fd, version; in openJoystickDevice() local
56 for (joy = GLFW_JOYSTICK_1; joy <= GLFW_JOYSTICK_LAST; joy++) in openJoystickDevice()
58 if (!_glfw.linux_js.js[joy].present) in openJoystickDevice()
61 if (strcmp(_glfw.linux_js.js[joy].path, path) == 0) in openJoystickDevice()
65 for (joy = GLFW_JOYSTICK_1; joy <= GLFW_JOYSTICK_LAST; joy++) in openJoystickDevice()
67 if (!_glfw.linux_js.js[joy].present) in openJoystickDevice()
71 if (joy > GLFW_JOYSTICK_LAST) in openJoystickDevice()
90 js = _glfw.linux_js.js + joy; in openJoystickDevice()
104 _glfwInputJoystickChange(joy, GLFW_CONNECTED); in openJoystickDevice()
307 int _glfwPlatformJoystickPresent(int joy) in _glfwPlatformJoystickPresent() argument
[all …]
Dcocoa_joystick.m275 int joy;
277 for (joy = GLFW_JOYSTICK_1; joy <= GLFW_JOYSTICK_LAST; joy++)
279 if (_glfw.ns_js[joy].present && _glfw.ns_js[joy].deviceRef == deviceRef)
283 for (joy = GLFW_JOYSTICK_1; joy <= GLFW_JOYSTICK_LAST; joy++)
285 if (!_glfw.ns_js[joy].present)
289 if (joy > GLFW_JOYSTICK_LAST)
292 js = _glfw.ns_js + joy;
327 _glfwInputJoystickChange(joy, GLFW_CONNECTED);
337 int joy;
339 for (joy = GLFW_JOYSTICK_1; joy <= GLFW_JOYSTICK_LAST; joy++)
[all …]
Dinput.c127 void _glfwInputJoystickChange(int joy, int event) in _glfwInputJoystickChange() argument
130 _glfw.callbacks.joystick(joy, event); in _glfwInputJoystickChange()
543 GLFWAPI int glfwJoystickPresent(int joy) in glfwJoystickPresent() argument
547 if (joy < 0 || joy > GLFW_JOYSTICK_LAST) in glfwJoystickPresent()
549 _glfwInputError(GLFW_INVALID_ENUM, "Invalid joystick %i", joy); in glfwJoystickPresent()
553 return _glfwPlatformJoystickPresent(joy); in glfwJoystickPresent()
556 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count) in glfwGetJoystickAxes() argument
563 if (joy < 0 || joy > GLFW_JOYSTICK_LAST) in glfwGetJoystickAxes()
565 _glfwInputError(GLFW_INVALID_ENUM, "Invalid joystick %i", joy); in glfwGetJoystickAxes()
569 return _glfwPlatformGetJoystickAxes(joy, count); in glfwGetJoystickAxes()
[all …]
Dinternal.h601 int _glfwPlatformJoystickPresent(int joy);
606 const float* _glfwPlatformGetJoystickAxes(int joy, int* count);
611 const unsigned char* _glfwPlatformGetJoystickButtons(int joy, int* count);
616 const char* _glfwPlatformGetJoystickName(int joy);
950 void _glfwInputJoystickChange(int joy, int event);
/third_party/flutter/glfw/tests/
Djoysticks.c127 static void joystick_callback(int joy, int event) in joystick_callback() argument
133 glfwGetJoystickAxes(joy, &axis_count); in joystick_callback()
134 glfwGetJoystickButtons(joy, &button_count); in joystick_callback()
137 joy + 1, in joystick_callback()
138 glfwGetJoystickName(joy), in joystick_callback()
142 joysticks[joystick_count++] = joy; in joystick_callback()
150 if (joysticks[i] == joy) in joystick_callback()
157 printf("Lost joystick %i\n", joy + 1); in joystick_callback()
164 int joy; in find_joysticks() local
166 for (joy = GLFW_JOYSTICK_1; joy <= GLFW_JOYSTICK_LAST; joy++) in find_joysticks()
[all …]
Devents.c454 static void joystick_callback(int joy, int event) in joystick_callback() argument
460 glfwGetJoystickAxes(joy, &axisCount); in joystick_callback()
461 glfwGetJoystickButtons(joy, &buttonCount); in joystick_callback()
465 joy, in joystick_callback()
466 glfwGetJoystickName(joy), in joystick_callback()
473 counter++, glfwGetTime(), joy); in joystick_callback()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_dev_finder.dart24 /// 192.168.42.172 scare-cable-skip-joy
47 /// 'list' command, e.g. 'scare-cable-skip-joy'.
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h3532 GLFWAPI int glfwJoystickPresent(int joy);
3566 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count);
3601 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count);
3633 GLFWAPI const char* glfwGetJoystickName(int joy);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3517 GLFWAPI int glfwJoystickPresent(int joy);
3549 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count);
3582 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count);
3614 GLFWAPI const char* glfwGetJoystickName(int joy);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3517 GLFWAPI int glfwJoystickPresent(int joy);
3549 GLFWAPI const float* glfwGetJoystickAxes(int joy, int* count);
3582 GLFWAPI const unsigned char* glfwGetJoystickButtons(int joy, int* count);
3614 GLFWAPI const char* glfwGetJoystickName(int joy);
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dplrabn12.txt193 Who now triumphs, and in th' excess of joy
320 Where joy for ever dwells! Hail, horrors! hail,
594 Obscure some glimpse of joy to have found their Chief
858 At once with joy and fear his heart rebounds.
1245 Common revenge, and interrupt his joy
1246 In our confusion, and our joy upraise
1261 Pleased highly those infernal States, and joy
1369 Attest their joy, that hill and valley rings.
1460 Forgets both joy and grief, pleasure and pain.
1639 Becam'st enamoured; and such joy thou took'st
[all …]
Dasyoulik.txt2428 AUDREY Well, the gods give us joy!
2922 ORLANDO I take some joy to say you are, because I would be
4045 With measure heap'd in joy, to the measures fall.
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Duz.txt881 format_whitespace{"formatlash va bo‘sh joy"}
917 place{"joy"}
/third_party/boost/libs/spirit/doc/advanced/
Dindepth.qbk115 is a joy to work with. There are no scanners and all that crap.
/third_party/skia/third_party/externals/icu/source/data/locales/
Duz.txt1048 format_whitespace{"formatlash va bo‘sh joy"}
1084 place{"joy"}
/third_party/icu/icu4c/source/data/locales/
Duz.txt1048 format_whitespace{"formatlash va bo‘sh joy"}
1084 place{"joy"}
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dthe-picture-of-dorian-gray.txt735 believe that the world would gain such a fresh impulse of joy that we
910 never get back our youth. The pulse of joy that beats in us at twenty
988 flushed for a moment with pleasure. A look of joy came into his eyes,
1435 it were a subtle fluid or a strange perfume: there was a real joy in
1436 that--perhaps the most satisfying joy left to us in an age so limited
1588 the colour, the beauty, the joy of life. The less said about life's
2313 would do many times, and with joy.
2383 The girl laughed again. The joy of a caged bird was in her voice. Her
2688 communicate her joy. A faint smile curving that sullen mouth was all
2975 perfect point of rose-coloured joy. She trembled all over and shook
[all …]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dthe-picture-of-dorian-gray.txt735 believe that the world would gain such a fresh impulse of joy that we
910 never get back our youth. The pulse of joy that beats in us at twenty
988 flushed for a moment with pleasure. A look of joy came into his eyes,
1435 it were a subtle fluid or a strange perfume: there was a real joy in
1436 that--perhaps the most satisfying joy left to us in an age so limited
1588 the colour, the beauty, the joy of life. The less said about life's
2313 would do many times, and with joy.
2383 The girl laughed again. The joy of a caged bird was in her voice. Her
2688 communicate her joy. A faint smile curving that sullen mouth was all
2975 perfect point of rose-coloured joy. She trembled all over and shook
[all …]
/third_party/icu/icu4j/perf-tests/data/collation/
D2drvb10.txt1164 with joy with thy countenance: at thy right hand are delights even to
1509 20:2. In thy strength, O Lord, the king shall joy; and in thy salvation
2044 29:12. Thou hast turned for me my mourning into joy: thou hast cut my
2178 joy, deliver me from them that surround me.
2893 house of God: With the voice of joy and praise; the noise of one
2939 42:4. And I will go in to the altar of God: to God who giveth joy to my
3160 of joy,
3198 47:3. With the joy of the whole earth is mount Sion founded, on the
3461 50:10. To my hearing thou shalt give joy and gladness: and the bones
3472 50:14. Restore unto me the joy of thy salvation, and strengthen me with
[all …]
/third_party/flutter/glfw/docs/
Dinput.dox564 void joystick_callback(int joy, int event)
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/fuchsia/
Dfuchsia_device_test.dart1035 return <String>['192.168.42.172 scare-cable-skip-joy'];
/third_party/boost/libs/callable_traits/doc/
Dcallable_traits.qbk532 …ruction, inspiration, and mentorship (especially to Dr. Dana Steil, for teaching me the joy of C++)
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt286 僖>'[joy]';

12