OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numevents
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c
319
int SDL_PeepEvents(SDL_Event *events, int
numevents
, SDL_eventaction action,
332
for ( i=0; i<
numevents
; ++i ) {
342
numevents
= 1;
346
while ((used <
numevents
)&&(spot != SDL_EventQ.tail)) {
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c
131
static void handle_keyboard(const int
numevents
, DIDEVICEOBJECTDATA *events);
132
static void handle_mouse(const int
numevents
, DIDEVICEOBJECTDATA *events);
139
void (*fun)(const int
numevents
, DIDEVICEOBJECTDATA *events);
279
static void handle_keyboard(const int
numevents
, DIDEVICEOBJECTDATA *keybuf)
285
for ( i=0; i<
numevents
; ++i ) {
360
static void handle_mouse(const int
numevents
, DIDEVICEOBJECTDATA *ptrbuf)
458
for ( i=0; i<(int)
numevents
; ++i ) {
691
DWORD
numevents
;
local
695
numevents
= INPUT_QSIZE;
698
evtbuf, &
numevents
, 0)
[
all
...]
/external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h
262
* If 'action' is SDL_ADDEVENT, up to '
numevents
' events will be added to
264
* If 'action' is SDL_PEEKEVENT, up to '
numevents
' events at the front
267
* If 'action' is SDL_GETEVENT, up to '
numevents
' events at the front
277
extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int
numevents
,
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h
262
* If 'action' is SDL_ADDEVENT, up to '
numevents
' events will be added to
264
* If 'action' is SDL_PEEKEVENT, up to '
numevents
' events at the front
267
* If 'action' is SDL_GETEVENT, up to '
numevents
' events at the front
277
extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int
numevents
,
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h
262
* If 'action' is SDL_ADDEVENT, up to '
numevents
' events will be added to
264
* If 'action' is SDL_PEEKEVENT, up to '
numevents
' events at the front
267
* If 'action' is SDL_GETEVENT, up to '
numevents
' events at the front
277
extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int
numevents
,
/prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h
262
* If 'action' is SDL_ADDEVENT, up to '
numevents
' events will be added to
264
* If 'action' is SDL_PEEKEVENT, up to '
numevents
' events at the front
267
* If 'action' is SDL_GETEVENT, up to '
numevents
' events at the front
277
extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int
numevents
,
Completed in 224 milliseconds