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

/haiku/headers/private/device/
H A Djoystick_driver.h48 axis_count = axisCount;
54 + axis_count * sizeof(int16) // axis values
65 hats = (uint8 *)&axes[axis_count];
75 uint32 axis_count; member in struct:_variable_joystick
92 // int16 axes[axis_count];
/haiku/src/kits/device/
H A DJoystick.cpp249 if (values->axis_count >= 1)
254 if (values->axis_count >= 2)

Completed in 271 milliseconds