HomeSort by relevance Sort by last modified time
    Searched refs:Uint8 (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /external/qemu/distrib/sdl-1.2.15/src/joystick/
SDL_joystick_c.h 28 extern Uint8 SDL_numjoysticks;
32 Uint8 axis, Sint16 value);
34 Uint8 ball, Sint16 xrel, Sint16 yrel);
36 Uint8 hat, Uint8 value);
38 Uint8 button, Uint8 state);
SDL_sysjoystick.h 30 Uint8 index; /* Device index */
37 Uint8 *hats; /* Current hat states */
46 Uint8 *buttons; /* Current button states */
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h 120 Uint8 type; /**< SDL_ACTIVEEVENT */
121 Uint8 gain; /**< Whether given states were gained or lost (1/0) */
122 Uint8 state; /**< A mask of the focus states */
127 Uint8 type; /**< SDL_KEYDOWN or SDL_KEYUP */
128 Uint8 which; /**< The keyboard device index */
129 Uint8 state; /**< SDL_PRESSED or SDL_RELEASED */
135 Uint8 type; /**< SDL_MOUSEMOTION */
136 Uint8 which; /**< The mouse device index */
137 Uint8 state; /**< The current button state */
145 Uint8 type; /**< SDL_MOUSEBUTTONDOWN or SDL_MOUSEBUTTONUP *
    [all...]
SDL_active.h 54 extern DECLSPEC Uint8 SDLCALL SDL_GetAppState(void);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 120 Uint8 type; /**< SDL_ACTIVEEVENT */
121 Uint8 gain; /**< Whether given states were gained or lost (1/0) */
122 Uint8 state; /**< A mask of the focus states */
127 Uint8 type; /**< SDL_KEYDOWN or SDL_KEYUP */
128 Uint8 which; /**< The keyboard device index */
129 Uint8 state; /**< SDL_PRESSED or SDL_RELEASED */
135 Uint8 type; /**< SDL_MOUSEMOTION */
136 Uint8 which; /**< The mouse device index */
137 Uint8 state; /**< The current button state */
145 Uint8 type; /**< SDL_MOUSEBUTTONDOWN or SDL_MOUSEBUTTONUP *
    [all...]
SDL_active.h 54 extern DECLSPEC Uint8 SDLCALL SDL_GetAppState(void);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 120 Uint8 type; /**< SDL_ACTIVEEVENT */
121 Uint8 gain; /**< Whether given states were gained or lost (1/0) */
122 Uint8 state; /**< A mask of the focus states */
127 Uint8 type; /**< SDL_KEYDOWN or SDL_KEYUP */
128 Uint8 which; /**< The keyboard device index */
129 Uint8 state; /**< SDL_PRESSED or SDL_RELEASED */
135 Uint8 type; /**< SDL_MOUSEMOTION */
136 Uint8 which; /**< The mouse device index */
137 Uint8 state; /**< The current button state */
145 Uint8 type; /**< SDL_MOUSEBUTTONDOWN or SDL_MOUSEBUTTONUP *
    [all...]
SDL_active.h 54 extern DECLSPEC Uint8 SDLCALL SDL_GetAppState(void);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h 120 Uint8 type; /**< SDL_ACTIVEEVENT */
121 Uint8 gain; /**< Whether given states were gained or lost (1/0) */
122 Uint8 state; /**< A mask of the focus states */
127 Uint8 type; /**< SDL_KEYDOWN or SDL_KEYUP */
128 Uint8 which; /**< The keyboard device index */
129 Uint8 state; /**< SDL_PRESSED or SDL_RELEASED */
135 Uint8 type; /**< SDL_MOUSEMOTION */
136 Uint8 which; /**< The mouse device index */
137 Uint8 state; /**< The current button state */
145 Uint8 type; /**< SDL_MOUSEBUTTONDOWN or SDL_MOUSEBUTTONUP *
    [all...]
SDL_active.h 54 extern DECLSPEC Uint8 SDLCALL SDL_GetAppState(void);
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataric2p_s.h 34 Uint8 *src, /* Source screen (one byte=one pixel) */
35 Uint8 *dest, /* Destination (4/8 bits planes) */
48 Uint8 *src, /* Source screen (one byte=one pixel) */
49 Uint8 *dest, /* Destination (8 bits planes) */
62 Uint8 *src, /* Source screen (one byte=one pixel) */
63 Uint8 *dest, /* Destination (4 bits planes) */
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h 43 typedef void WSCONS_bitBlit(Uint8 *src_pos,
46 Uint8 *dst_pos,
57 Uint8 *fbstart; /* These refer to the surface used, */
61 Uint8 *physmem;
62 Uint8 *shadowmem;
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events_c.h 52 extern Uint8 SDL_ProcessEvents[SDL_NUMEVENTS];
57 extern int SDL_PrivateAppActive(Uint8 gain, Uint8 state);
58 extern int SDL_PrivateMouseMotion(Uint8 buttonstate, int relative,
60 extern int SDL_PrivateMouseButton(Uint8 state, Uint8 button,Sint16 x,Sint16 y);
61 extern int SDL_PrivateKeyboard(Uint8 state, SDL_keysym *key);
SDL_active.c 31 static Uint8 SDL_appstate = 0;
46 Uint8 SDL_GetAppState(void)
52 int SDL_PrivateAppActive(Uint8 gain, Uint8 state)
55 Uint8 new_state;
  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
SDL_dcaudio.h 34 Uint8 *mixbuf;
  /external/qemu/distrib/sdl-1.2.15/src/audio/disk/
SDL_diskaudio.h 36 Uint8 *mixbuf;
  /external/qemu/distrib/sdl-1.2.15/src/audio/dummy/
SDL_dummyaudio.h 34 Uint8 *mixbuf;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysmouse_c.h 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemmouse_c.h 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macmouse_c.h 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmouse_c.h 26 extern WMcursor * NX_CreateWMCursor (_THIS, Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y) ;
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysmouse_c.h 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglmouse_c.h 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
SDL_vglmouse.c 42 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsmouse_c.h 35 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);

Completed in 528 milliseconds

1 2 3 4 5 6 7 8 910