OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phevent
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_events.c
122
switch (
phevent
->type)
126
if (
phevent
->subtype == Ph_EV_PTR_ENTER)
130
else if (
phevent
->subtype ==Ph_EV_PTR_LEAVE)
142
pointerEvent = PhGetData(
phevent
);
143
rect = PhGetRects(
phevent
);
147
posted = ph_WarpedMotion(this,
phevent
);
159
pointerEvent = PhGetData(
phevent
);
170
pointerEvent = PhGetData(
phevent
);
172
if (
phevent
->subtype == Ph_EV_RELEASE_REAL && buttons != 0)
176
else if(
phevent
->subtype == Ph_EV_RELEASE_PHANTOM
[
all
...]
SDL_ph_video.h
143
#define
phevent
(this->hidden->event)
macro
SDL_ph_video.c
365
if (NULL == (
phevent
= SDL_malloc(EVENT_SIZE)))
370
SDL_memset(
phevent
, 0x00, EVENT_SIZE);
587
if (
phevent
!=NULL)
589
SDL_free(
phevent
);
590
phevent
=NULL;
Completed in 303 milliseconds