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

  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.h 67 base::ScopedNativeLibrary xinput_dll_; member in class:content::GamepadPlatformDataFetcherWin
gamepad_platform_data_fetcher_win.cc 213 : xinput_dll_(base::FilePath(FILE_PATH_LITERAL("xinput1_3.dll"))),
483 xinput_dll_.GetFunctionPointer("XInputEnable"));
487 xinput_dll_.GetFunctionPointer("XInputGetCapabilities"));
491 xinput_dll_.GetFunctionPointer("XInputGetState"));

Completed in 63 milliseconds