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

SDL Wikiへのリンク

Display and Window Management - SDL Wiki