OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_ENABLE
(Results
1 - 8
of
8
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testautomation_mouse.c
265
SDLTest_AssertPass("Call to SDL_ShowCursor(%s)", (state ==
SDL_ENABLE
) ? "
SDL_ENABLE
" : "SDL_DISABLE");
267
(state ==
SDL_ENABLE
) ? "
SDL_ENABLE
" : "SDL_DISABLE", oldState, result);
288
SDLTest_AssertCheck(currentState == SDL_DISABLE || currentState ==
SDL_ENABLE
,
289
"Validate result is %i or %i, got: %i", SDL_DISABLE,
SDL_ENABLE
, currentState);
292
_changeCursorVisibility(
SDL_ENABLE
);
294
} else if (currentState ==
SDL_ENABLE
) {
297
_changeCursorVisibility(
SDL_ENABLE
);
testdropfile.c
71
SDL_EventState(SDL_DROPFILE,
SDL_ENABLE
);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/SDL/
SDLMouse.cpp
171
SDL_ShowCursor(
SDL_ENABLE
);
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h
691
#define
SDL_ENABLE
1
697
* - If \c state is set to ::
SDL_ENABLE
, that event will be processed
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h
691
#define
SDL_ENABLE
1
697
* - If \c state is set to ::
SDL_ENABLE
, that event will be processed
/prebuilts/misc/windows/sdl2/include/
SDL_events.h
691
#define
SDL_ENABLE
1
697
* - If \c state is set to ::
SDL_ENABLE
, that event will be processed
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h
691
#define
SDL_ENABLE
1
697
* - If \c state is set to ::
SDL_ENABLE
, that event will be processed
/external/libvncserver/client_examples/
scrap.c
222
SDL_EventState(SDL_SYSWMEVENT,
SDL_ENABLE
);
Completed in 320 milliseconds