OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:button_positions
(Results
1 - 1
of
1
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testgamecontroller.c
108
static const struct { int x; int y; }
button_positions
[] = {
local
219
const SDL_Rect dst = {
button_positions
[i].x,
button_positions
[i].y, 50, 50 };
Completed in 405 milliseconds