Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dinput/
H A Djoystick_osx.c789 int button_idx = 0; in poll_osx_device_state() local
808 if(button_idx < 128) in poll_osx_device_state()
817 oldVal = device->generic.js.rgbButtons[button_idx]; in poll_osx_device_state()
818 device->generic.js.rgbButtons[button_idx] = newVal; in poll_osx_device_state()
822 button_idx = device->generic.button_map[button_idx]; in poll_osx_device_state()
824 inst_id = DIDFT_MAKEINSTANCE(button_idx) | DIDFT_PSHBUTTON; in poll_osx_device_state()
827 button_idx ++; in poll_osx_device_state()