OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ps2mice
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c
600
static const char *
ps2mice
[] = {
local
637
for ( i=0; (mouse_fd < 0) &&
ps2mice
[i]; ++i ) {
638
mouse_fd = open(
ps2mice
[i], O_RDWR, 0);
640
mouse_fd = open(
ps2mice
[i], O_RDONLY, 0);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c
495
char *
ps2mice
[] = {
local
511
for ( i=0; (mouse_fd < 0) &&
ps2mice
[i]; ++i ) {
512
mouse_fd = open(
ps2mice
[i], O_RDWR, 0);
514
mouse_fd = open(
ps2mice
[i], O_RDONLY, 0);
Completed in 63 milliseconds