reverted changes to the Scroll/OnScroll method signatures.
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
virtual void Resume() = 0;
|
||||
|
||||
virtual void OnScroll(int inXVelocity, int inYVelocity, int magnitude = 0) = 0;
|
||||
virtual void OnScroll(int inXVelocity, int inYVelocity) = 0;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user