OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevbutton
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataridevmouse.c
138
int curbutton,
prevbutton
;
local
141
prevbutton
= prev_mouseb & (1<<i);
143
if (curbutton && !
prevbutton
) {
146
if (!curbutton &&
prevbutton
) {
SDL_ikbdevents.c
107
int curbutton,
prevbutton
;
local
110
prevbutton
= atari_prevmouseb & (1<<i);
112
if (curbutton && !
prevbutton
) {
115
if (!curbutton &&
prevbutton
) {
SDL_xbiosevents.c
135
int curbutton,
prevbutton
;
local
138
prevbutton
= atari_prevmouseb & (1<<i);
140
if (curbutton && !
prevbutton
) {
143
if (!curbutton &&
prevbutton
) {
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemevents.c
346
int curbutton,
prevbutton
;
local
349
prevbutton
= prevmouseb & (1<<i);
351
if (curbutton && !
prevbutton
) {
354
if (!curbutton &&
prevbutton
) {
Completed in 97 milliseconds