Home
last modified time | relevance | path

Searched refs:buttonCookies (Results 1 – 7 of 7) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/3rdparty/joystick/
H A DjsMacOSX.cxx52 IOHIDElementCookie buttonCookies[41]; member
429 /*joy->os->*/buttonCookies[joy->num_buttons++] = (IOHIDElementCookie) cookie; in addButtonElement()
481 (*(os->hidDev))->getElementValue(os->hidDev, os->buttonCookies[b], &hidEvent); in rawRead()
/dports/x11-toolkits/plib/plib-1.8.5/src/js/
H A DjsMacOSX.cxx52 IOHIDElementCookie buttonCookies[41]; member
383 /*joy->os->*/buttonCookies[joy->num_buttons++] = (IOHIDElementCookie) cookie; in addButtonElement()
419 (*(os->hidDev))->getElementValue(os->hidDev, os->buttonCookies[b], &hidEvent); in rawRead()
/dports/graphics/freeglut/freeglut-3.2.1/src/
H A Dfg_joystick.c302 joy->pJoystick.buttonCookies[num_buttons++] = (IOHIDElementCookie) cookie;
483 …ick.hidDev))->getElementValue ( joy->pJoystick.hidDev, joy->pJoystick.buttonCookies[i], &hidEvent …
H A Dfg_internal.h931 IOHIDElementCookie buttonCookies[41]; member
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/
H A Dfg_joystick.c535 joy->pJoystick.buttonCookies[num_buttons++] = (IOHIDElementCookie) cookie;
716 …ick.hidDev))->getElementValue ( joy->pJoystick.hidDev, joy->pJoystick.buttonCookies[i], &hidEvent …
H A Dfg_internal.h835 IOHIDElementCookie buttonCookies[41]; member
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_joystick.c395 IOHIDElementCookie buttonCookies[41]; member
530 (*(joy->hidDev))->getElementValue ( joy->hidDev, buttonCookies[i], &hidEvent ); in fghJoystickRawRead()
986 joy->buttonCookies[num_buttons++] = (IOHIDElementCookie) cookie;