Lines Matching refs:SDL_bool
53 SDL_bool hasshape;
99 SDL_bool surface_valid;
101 SDL_bool is_hiding;
102 SDL_bool is_destroying;
103 SDL_bool is_dropping; /* drag/drop in progress, expecting SDL_SendDropComplete(). */
230 void (*SetWindowBordered) (_THIS, SDL_Window * window, SDL_bool bordered);
231 void (*SetWindowResizable) (_THIS, SDL_Window * window, SDL_bool resizable);
232 …void (*SetWindowFullscreen) (_THIS, SDL_Window * window, SDL_VideoDisplay * display, SDL_bool full…
235 void (*SetWindowGrab) (_THIS, SDL_Window * window, SDL_bool grabbed);
249 SDL_bool(*GetWindowWMInfo) (_THIS, SDL_Window * window,
274 …SDL_bool (*Vulkan_GetInstanceExtensions) (_THIS, SDL_Window *window, unsigned *count, const char *…
275 …SDL_bool (*Vulkan_CreateSurface) (_THIS, SDL_Window *window, VkInstance instance, VkSurfaceKHR *su…
302 SDL_bool (*HasScreenKeyboardSupport) (_THIS);
305 SDL_bool (*IsScreenKeyboardShown) (_THIS, SDL_Window *window);
310 SDL_bool (*HasClipboardText) (_THIS);
316 int (*SetWindowHitTest)(SDL_Window * window, SDL_bool enabled);
319 void (*AcceptDragAndDrop)(SDL_Window * window, SDL_bool accept);
323 SDL_bool is_dummy;
324 SDL_bool suspend_screensaver;
381 SDL_bool gl_allow_no_surface;
445 extern SDL_bool SDL_AddDisplayMode(SDL_VideoDisplay *display, const SDL_DisplayMode * mode);
450 extern SDL_bool SDL_IsVideoContextExternal(void);
455 extern SDL_bool SDL_HasWindows(void);
469 extern SDL_bool SDL_ShouldAllowTopmost(void);