Searched defs:SDL_Window (Results 1 – 8 of 8) sorted by relevance
71 struct SDL_Window struct73 const void *magic;74 Uint32 id;75 char *title;76 SDL_Surface *icon;77 int x, y;78 int w, h;102 SDL_WindowShaper *shaper; argument107 SDL_WindowUserData *data; argument111 SDL_Window *prev; argument[all …]
35 - (id) initWithParentWindow:(SDL_Window *)window;41 {
76 {
1071 - (void)setSDLWindow:(SDL_Window*)window; argument1082 {
34 static inline void ImGui_ImplSDL2_NewFrame(SDL_Window*) { ImGui_ImplSDL2_NewFrame(); } // 1.84: rem… in ImGui_ImplSDL2_NewFrame() argument
60 {
67 {
90 typedef struct SDL_Window SDL_Window; typedef