Home
last modified time | relevance | path

Searched refs:evBits (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/src/
H A Dlinux_joystick.c142 char evBits[(EV_CNT + 7) / 8] = {0}; in openJoystickDevice() local
147 if (ioctl(linjs.fd, EVIOCGBIT(0, sizeof(evBits)), evBits) < 0 || in openJoystickDevice()
160 if (!isBitSet(EV_ABS, evBits)) in openJoystickDevice()

Completed in 2 milliseconds