目次 - 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_GetDisplayUsableBounds
  32. SDL_GetGrabbedWindow
  33. SDL_GetNumDisplayModes
  34. SDL_GetNumVideoDisplays
  35. SDL_GetNumVideoDrivers
  36. SDL_GetVideoDriver
  37. SDL_GetWindowBordersSize
  38. SDL_GetWindowBrightness
  39. SDL_GetWindowData
  40. SDL_GetWindowDisplayIndex
  41. SDL_GetWindowDisplayMode
  42. SDL_GetWindowFlags
  43. SDL_GetWindowFromID
  44. SDL_GetWindowGammaRamp
  45. SDL_GetWindowGrab
  46. SDL_GetWindowID
  47. SDL_GetWindowMaximumSize
  48. SDL_GetWindowMinimumSize
  49. SDL_GetWindowOpacity
  50. SDL_GetWindowPixelFormat
  51. SDL_GetWindowPosition
  52. SDL_GetWindowSize
  53. SDL_GetWindowSurface
  54. SDL_GetWindowTitle
  55. SDL_GetWindowWMInfo
  56. SDL_HideWindow
  57. SDL_IsScreenSaverEnabled
  58. SDL_MaximizeWindow
  59. SDL_MinimizeWindow
  60. SDL_RaiseWindow
  61. SDL_RestoreWindow
  62. SDL_SetWindowBordered
  63. SDL_SetWindowBrightness
  64. SDL_SetWindowData
  65. SDL_SetWindowDisplayMode
  66. SDL_SetWindowFullscreen
  67. SDL_SetWindowGammaRamp
  68. SDL_SetWindowGrab
  69. SDL_SetWindowHitTest
  70. SDL_SetWindowIcon
  71. SDL_SetWindowInputFocus
  72. SDL_SetWindowMaximumSize
  73. SDL_SetWindowMinimumSize
  74. SDL_SetWindowModalFor
  75. SDL_SetWindowOpacity
  76. SDL_SetWindowPosition
  77. SDL_SetWindowResizable
  78. SDL_SetWindowSize
  79. SDL_SetWindowTitle
  80. SDL_ShowMessageBox
  81. SDL_ShowSimpleMessageBox
  82. SDL_ShowWindow
  83. SDL_UpdateWindowSurface
  84. SDL_UpdateWindowSurfaceRects
  85. SDL_VideoInit
  86. SDL_VideoQuit

SDL Wikiへのリンク

Display and Window Management - SDL Wiki