Build fixes

This commit is contained in:
Robert Osfield
2006-03-14 13:18:21 +00:00
parent f3715665c0
commit d43dbaeadd
8 changed files with 15 additions and 10 deletions

View File

@@ -96,6 +96,13 @@ void EventQueue::mouseScroll(GUIEventAdapter::ScrollingMotion sm)
addEvent(event);
}
void EventQueue::mouseWarp(float x, float y)
{
_accumulateEventState->setX(x);
_accumulateEventState->setY(y);
}
void EventQueue::mouseMotion(float x, float y)
{
_accumulateEventState->setX(x);