OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DInputCreate
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.h
56
extern HRESULT (WINAPI *
DInputCreate
)(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUT *ppDI, LPUNKNOWN punkOuter);
SDL_dx5video.c
60
HRESULT (WINAPI *
DInputCreate
)(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUT *ppDI, LPUNKNOWN punkOuter);
526
DInputCreate
= NULL;
542
DInputCreate
= (void *)GetProcAddress(DInputDLL,
545
if ( DDrawDLL && DDrawCreate && DInputDLL &&
DInputCreate
) {
[
all
...]
SDL_dx5events.c
166
result =
DInputCreate
(SDL_Instance, DIRECTINPUT_VERSION,
Completed in 40 milliseconds