Introduced event handling directly into osgManipulator::Dragger to allow it be used with a global event handler passing in events.
This commit is contained in:
@@ -36,15 +36,6 @@
|
||||
# define OSGPRESENTATION_EXPORT
|
||||
#endif
|
||||
|
||||
/* Define NULL pointer value */
|
||||
|
||||
#ifndef NULL
|
||||
#ifdef __cplusplus
|
||||
#define NULL 0
|
||||
#else
|
||||
#define NULL ((void *)0)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user