HomeSort by relevance Sort by last modified time
    Searched full:xinput_get_state_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.cc 225 DWORD dwResult = xinput_get_state_(pad_state_[i].xinput_index, &state);
303 xinput_get_state_ = NULL;
312 xinput_get_state_ = reinterpret_cast<XInputGetStateFunc>(
314 if (!xinput_get_state_)
gamepad_platform_data_fetcher_win.h 76 XInputGetStateFunc xinput_get_state_; member in class:content::GamepadPlatformDataFetcherWin

Completed in 72 milliseconds