mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-03 16:16:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			299 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			299 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Note: on Mac OSX, SDL2 for some reason decides to automatically disable momentum scrolling on macbook trackpads.
 | 
						|
You can re enable it in objective C using:
 | 
						|
 | 
						|
```C
 | 
						|
[[NSUserDefaults standardUserDefaults] setBool: YES
 | 
						|
                                       forKey: @"AppleMomentumScrollSupported"];
 | 
						|
```
 |