Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Erwin <significant.bit@gmail.com>2010-07-08 05:53:36 +0400
committerMike Erwin <significant.bit@gmail.com>2010-07-08 05:53:36 +0400
commit12d7b10c10fd3636a7cb61909f12e4e10e8fe73d (patch)
treed3ba3e50498eb265d79af5a0cd6a31502712d471 /intern/ghost/intern/GHOST_System.h
parent6365cb3fa8aabaaa1b8b881c3dc218c8e658f009 (diff)
added filtered event dispatch for lo-fi mouse/pen input
Diffstat (limited to 'intern/ghost/intern/GHOST_System.h')
-rw-r--r--intern/ghost/intern/GHOST_System.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_System.h b/intern/ghost/intern/GHOST_System.h
index 6f570b33079..1aeb8597573 100644
--- a/intern/ghost/intern/GHOST_System.h
+++ b/intern/ghost/intern/GHOST_System.h
@@ -39,6 +39,7 @@
#include "GHOST_Buttons.h"
#include "GHOST_ModifierKeys.h"
#include "GHOST_EventManager.h"
+
#ifdef GHOST_DEBUG
#include "GHOST_EventPrinter.h"
#endif // GHOST_DEBUG