SuperTuxKart 1.5 upstream source (from official release tarball)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
extern "C" void enable_momentum_scroll()
|
||||
{
|
||||
[[NSUserDefaults standardUserDefaults] setBool: YES forKey: @"AppleMomentumScrollSupported"];
|
||||
}
|
||||
Reference in New Issue
Block a user