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

  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.h 68 bool xinput_available_; member in class:content::GamepadPlatformDataFetcherWin
gamepad_platform_data_fetcher_win.cc 214 xinput_available_(GetXInputDllFunctions()) {
281 if (xinput_available_ && GetXInputPadConnectivity(i, &pad)) {
323 if (!xinput_available_ && !directinput_available_) {

Completed in 78 milliseconds