From 7001747cdc120b153638b2d44a3fb420f45ea803 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 18 Jan 2012 10:16:39 +0000 Subject: ghost tests weren't building and added some comments to ghost docs. --- intern/ghost/GHOST_ISystem.h | 15 +++++++++++++++ intern/ghost/test/CMakeLists.txt | 23 +++++++++++++++++++++++ 2 files changed, 38 insertions(+) (limited to 'intern/ghost') 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: *