目次 - API(機能別) - ディスプレイとウィンドウ

ディスプレイとウィンドウ

インクルードファイル: SDL_video.h

概要

ここに分類される関数は, ディスプレイとウィンドウを扱うためのものである.

列挙体

  1. SDL_BlendMode
  2. SDL_GLattr
  3. SDL_GLcontextFlag
  4. SDL_GLprofile
  5. SDL_HitTestResult
  6. SDL_MessageBoxButtonFlags
  7. SDL_MessageBoxColorType
  8. SDL_MessageBoxFlags
  9. SDL_WindowEventID
  10. SDL_WindowFlags

構造体

  1. SDL_DisplayMode
  2. SDL_MessageBoxButtonData
  3. SDL_MessageBoxColor
  4. SDL_MessageBoxColorScheme
  5. SDL_MessageBoxData
  6. SDL_WindowEvent

関数

  1. SDL_CreateWindow
  2. SDL_CreateWindowAndRenderer
  3. SDL_CreateWindowFrom
  4. SDL_DestroyWindow
  5. SDL_DisableScreenSaver
  6. SDL_EnableScreenSaver
  7. SDL_GL_CreateContext
  8. SDL_GL_DeleteContext
  9. SDL_GL_ExtensionSupported
  10. SDL_GL_GetAttribute
  11. SDL_GL_GetCurrentContext
  12. SDL_GL_GetCurrentWindow
  13. SDL_GL_GetDrawableSize
  14. SDL_GL_GetProcAddress
  15. SDL_GL_GetSwapInterval
  16. SDL_GL_LoadLibrary
  17. SDL_GL_MakeCurrent
  18. SDL_GL_ResetAttributes
  19. SDL_GL_SetAttribute
  20. SDL_GL_SetSwapInterval
  21. SDL_GL_SwapWindow
  22. SDL_GL_UnloadLibrary
  23. SDL_GetClosestDisplayMode
  24. SDL_GetCurrentDisplayMode
  25. SDL_GetCurrentVideoDriver
  26. SDL_GetDesktopDisplayMode
  27. SDL_GetDisplayBounds
  28. SDL_GetDisplayDPI
  29. SDL_GetDisplayMode
  30. SDL_GetDisplayName
  31. SDL_GetGrabbedWindow
  32. SDL_GetNumDisplayModes
  33. SDL_GetNumVideoDisplays
  34. SDL_GetNumVideoDrivers
  35. SDL_GetVideoDriver
  36. SDL_GetWindowBrightness
  37. SDL_GetWindowData
  38. SDL_GetWindowDisplayIndex
  39. SDL_GetWindowDisplayMode
  40. SDL_GetWindowFlags
  41. SDL_GetWindowFromID
  42. SDL_GetWindowGammaRamp
  43. SDL_GetWindowGrab
  44. SDL_GetWindowID
  45. SDL_GetWindowMaximumSize
  46. SDL_GetWindowMinimumSize
  47. SDL_GetWindowPixelFormat
  48. SDL_GetWindowPosition
  49. SDL_GetWindowSize
  50. SDL_GetWindowSurface
  51. SDL_GetWindowTitle
  52. SDL_GetWindowWMInfo
  53. SDL_HideWindow
  54. SDL_IsScreenSaverEnabled
  55. SDL_MaximizeWindow
  56. SDL_MinimizeWindow
  57. SDL_RaiseWindow
  58. SDL_RestoreWindow
  59. SDL_SetWindowBordered
  60. SDL_SetWindowBrightness
  61. SDL_SetWindowData
  62. SDL_SetWindowDisplayMode
  63. SDL_SetWindowFullscreen
  64. SDL_SetWindowGammaRamp
  65. SDL_SetWindowGrab
  66. SDL_SetWindowHitTest
  67. SDL_SetWindowIcon
  68. SDL_SetWindowMaximumSize
  69. SDL_SetWindowMinimumSize
  70. SDL_SetWindowPosition
  71. SDL_SetWindowSize
  72. SDL_SetWindowTitle
  73. SDL_ShowMessageBox
  74. SDL_ShowSimpleMessageBox
  75. SDL_ShowWindow
  76. SDL_UpdateWindowSurface
  77. SDL_UpdateWindowSurfaceRects
  78. SDL_VideoInit
  79. SDL_VideoQuit

SDL Wikiへのリンク

Display and Window Management - SDL Wiki