Updated wrappers.

This commit is contained in:
Robert Osfield
2006-07-04 14:37:56 +00:00
parent e7d9e91525
commit 00fbfd4835
5 changed files with 31 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ void KeyboardMouseCallback::penPressure( float pressure )
if (_eventQueue.valid()) _eventQueue->penPressure(pressure);
}
void KeyboardMouseCallback::penProximity(TabletPointerType pt, bool isEntering)
void KeyboardMouseCallback::penProximity(Producer::KeyboardMouseCallback::TabletPointerType pt, bool isEntering)
{
updateWindowSize();
if (_eventQueue.valid()) _eventQueue->penProximity((osgGA::GUIEventAdapter::TabletPointerType)pt, isEntering);