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

  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.h 75 XInputGetStateFunc xinput_get_state_; member in class:content::GamepadPlatformDataFetcherWin
gamepad_platform_data_fetcher_win.cc 380 DWORD dwResult = xinput_get_state_(pad_state_[i].xinput_index, &state);
481 xinput_get_state_ = NULL;
490 xinput_get_state_ = reinterpret_cast<XInputGetStateFunc>(
492 if (!xinput_get_state_)

Completed in 537 milliseconds