mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 15:34:58 +00:00 
			
		
		
		
	Mac: Turn off momentum-based scrolling.
This commit is contained in:
		
							parent
							
								
									37509cf3e3
								
							
						
					
					
						commit
						e231d5b450
					
				| 
						 | 
				
			
			@ -231,6 +231,9 @@ Cocoa_RegisterApp(void)
 | 
			
		|||
            CreateApplicationMenus();
 | 
			
		||||
        }
 | 
			
		||||
        [NSApp finishLaunching];
 | 
			
		||||
        NSDictionary *appDefaults = [NSDictionary dictionaryWithObject:@"NO" forKey:@"AppleMomentumScrollSupported"];
 | 
			
		||||
        [[NSUserDefaults standardUserDefaults] registerDefaults:appDefaults];
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
    if (NSApp && ![NSApp delegate]) {
 | 
			
		||||
        [NSApp setDelegate:[[SDLAppDelegate alloc] init]];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue