diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h index 4d2f41b48bd..3ec8d3d2fbf 100644 --- a/intern/ghost/GHOST_ISystem.h +++ b/intern/ghost/GHOST_ISystem.h @@ -68,13 +68,28 @@ class GHOST_IEventConsumer; *
  • Access to the state of the mouse buttons and the keyboard.
  • *
  • Menus for windows with events generated when they are accessed (this is * work in progress).
  • + *
  • Video mode switching.
  • + *
  • Copy/Paste buffers.
  • + *
  • System paths.
  • * * Font management has been moved to a separate library. * * \section platforms Platforms * + * GHOST supports the following platforms: + * + * * \section Building GHOST * + * GHOST is not build standalone however there are tests in intern/ghost/test + * * \section interface Interface * GHOST has two programming interfaces: *