Mercurial > hg > ccmieditor
diff native/PhantomOmni/CollectionsManager.h @ 5:d66dd5880081
Added support for Falcon Haptic device and Tablet/Mouse as haptic device
author | Fiore Martin <fiore@eecs.qmul.ac.uk> |
---|---|
date | Tue, 10 Jul 2012 22:39:37 +0100 |
parents | 9e67171477bc |
children |
line wrap: on
line diff
--- a/native/PhantomOmni/CollectionsManager.h Tue May 29 15:32:19 2012 +0100 +++ b/native/PhantomOmni/CollectionsManager.h Tue Jul 10 22:39:37 2012 +0100 @@ -134,7 +134,7 @@ bool isEdge(const jint id) const throw(int); bool isNode(const jint id) const throw(int); void init(void); - int getScreenHeight() const { return screenHeight;} - void setScreenHeight(const int sh) { screenHeight = sh; } + inline int getScreenHeight() const { return screenHeight;} + inline void setScreenHeight(const int sh) { screenHeight = sh; } };