OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:joy_and_controller
(Results
1 - 1
of
1
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testautomation_main.c
74
const int
joy_and_controller
= SDL_INIT_JOYSTICK | SDL_INIT_GAMECONTROLLER;
variable
83
SDLTest_AssertCheck( (SDL_WasInit(
joy_and_controller
) &
joy_and_controller
) == 0, "SDL_WasInit() before init should be false for joystick & controller" );
87
initialized_system = SDL_WasInit(
joy_and_controller
);
88
SDLTest_AssertCheck( (initialized_system &
joy_and_controller
) ==
joy_and_controller
, "SDL_WasInit() should be true for joystick & controller (%x)", initialized_system );
93
initialized_system = SDL_WasInit(
joy_and_controller
);
94
SDLTest_AssertCheck( (initialized_system &
joy_and_controller
) == 0, "SDL_WasInit() should be false for joystick & controller (%x)", initialized_system );
108
SDLTest_AssertCheck( (SDL_WasInit(
joy_and_controller
) &
joy_and_controller
) == 0, "SDL_WasInit() before init should be false for joystick & controller" )
[
all
...]
Completed in 78 milliseconds