reverted changes to the Scroll/OnScroll method signatures.
This commit is contained in:
@@ -331,7 +331,7 @@ class JGE
|
||||
|
||||
|
||||
// Scroll events - currently triggered by SDL JOYBALL events
|
||||
void Scroll(int inXVelocity, int inYVelocity, int magnitude);
|
||||
void Scroll(int inXVelocity, int inYVelocity);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
/// Get if the system is ended/paused or not.
|
||||
|
||||
Reference in New Issue
Block a user