Searched refs:window_maxW (Results 1 – 2 of 2) sorted by relevance
70 int window_maxW; member
347 state->window_maxW = SDL_atoi(w); in SDLTest_CommonArg()1058 if (state->window_maxW || state->window_maxH) { in SDLTest_CommonInit()1059 SDL_SetWindowMaximumSize(state->windows[i], state->window_maxW, state->window_maxH); in SDLTest_CommonInit()
Completed in 6 milliseconds