video: Add the concept of child popup windows

Add the CreatePopupWindow function to allow the creation of child tooltip and menu popup windows. Popup windows must be created as either a tooltip or popup menu and cannot be minimized, maximized, made fullscreen, or grab the mouse.

Child popup windows are tracked and will be recursively hidden, shown, or destroyed in tandem with the parent window.
6 files changed
tree: b1c2fe436617a53b758a790c1d92ac5aec083fb9
  1. .github/
  2. android-project/
  3. build-scripts/
  4. cmake/
  5. docs/
  6. include/
  7. mingw/
  8. src/
  9. test/
  10. VisualC/
  11. VisualC-GDK/
  12. VisualC-WinRT/
  13. wayland-protocols/
  14. Xcode/
  15. .clang-format
  16. .clang-tidy
  17. .editorconfig
  18. .gitignore
  19. .wikiheaders-options
  20. Android.mk
  21. BUGS.txt
  22. CMakeLists.txt
  23. CREDITS.txt
  24. INSTALL.txt
  25. LICENSE.txt
  26. README-SDL.txt
  27. README.md
  28. TODO.txt
  29. WhatsNew.txt
README.md

Simple DirectMedia Layer (SDL) Version 3.0

https://www.libsdl.org/

Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.

More extensive documentation is available in the docs directory, starting with README.md

Enjoy!

Sam Lantinga (slouken@libsdl.org)