OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:directinput
(Results
1 - 17
of
17
) sorted by null
/external/qemu/distrib/sdl-1.2.15/
TODO
6
*
DirectInput
joystick support needs to be implemented
WhatsNew
414
The SVGAlib, framebuffer console, and
DirectInput
drivers all
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c
58
/* The translation table from a
DirectInput
scancode to an SDL keysym */
84
/* Convert a
DirectInput
return code to a text message */
96
error = "Your version of
DirectInput
needs upgrading";
115
"%s: Unknown
DirectInput
error: 0x%x",
126
/* Initialize
DirectInput
129
input device, in addition to
DirectInput
messages.
165
/* Create the
DirectInput
object */
176
/* Create the
DirectInput
device */
180
SetDIerror("
DirectInput
::CreateDevice", result);
222
SDL_SetError("Couldn't create
DirectInput
event")
[
all
...]
/external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.h
56
// Scan for connected XInput and
DirectInput
gamepads.
88
// Fields below are for
DirectInput
devices only.
gamepad_platform_data_fetcher_win.cc
441
//
DirectInput
gives pov measurements in hundredths of degrees,
/external/chromium_org/third_party/lzma_sdk/
LzFind.h
41
int
directInput
;
LzFind.c
19
if (!p->
directInput
)
31
if (p->
directInput
)
61
if (p->
directInput
)
102
if (p->
directInput
)
137
p->
directInput
= 0;
LzmaEnc.c
[
all
...]
/external/lzma/C/
LzFind.h
41
int
directInput
;
LzFind.c
19
if (!p->
directInput
)
31
if (p->
directInput
)
61
if (p->
directInput
)
102
if (p->
directInput
)
137
p->
directInput
= 0;
LzmaEnc.c
[
all
...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h
42
int
directInput
;
LzFind.c
20
if (!p->
directInput
)
32
if (p->
directInput
)
62
if (p->
directInput
)
103
if (p->
directInput
)
138
p->
directInput
= 0;
LzmaEnc.c
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysmouse.c
218
/* With
DirectInput
the position doesn't follow
SDL_sysevents.c
375
/* Mouse is handled by
DirectInput
when fullscreen */
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c
309
DirectInput
will initialize properly when SDL_RegisterApp()
Completed in 696 milliseconds