OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curbutton
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ikbdevents.c
105
int
curbutton
, prevbutton;
local
107
curbutton
= SDL_AtariIkbd_mouseb & (1<<i);
110
if (
curbutton
&& !prevbutton) {
113
if (!
curbutton
&& prevbutton) {
SDL_xbiosevents.c
136
int
curbutton
, prevbutton;
local
138
curbutton
= SDL_AtariXbios_mouseb & (1<<i);
141
if (
curbutton
&& !prevbutton) {
144
if (!
curbutton
&& prevbutton) {
SDL_ataridevmouse.c
138
int
curbutton
, prevbutton;
local
140
curbutton
= mouseb & (1<<i);
143
if (
curbutton
&& !prevbutton) {
146
if (!
curbutton
&& prevbutton) {
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemevents.c
351
int
curbutton
, prevbutton;
local
353
curbutton
= mb & (1<<i);
356
if (
curbutton
&& !prevbutton) {
359
if (!
curbutton
&& prevbutton) {
Completed in 388 milliseconds