mirror of
				https://github.com/encounter/SDL.git
				synced 2025-10-27 12:10:24 +00:00 
			
		
		
		
	cocoa: Removed a debug printf call.
This commit is contained in:
		
							parent
							
								
									18715acb55
								
							
						
					
					
						commit
						ceb9e9a809
					
				| @ -1166,7 +1166,6 @@ Cocoa_SendMouseButtonClicks(SDL_Mouse * mouse, NSEvent *theEvent, SDL_Window * w | |||||||
|     if ( focus && ([theEvent window] == ((SDL_WindowData *) focus->driverdata)->nswindow) ) { |     if ( focus && ([theEvent window] == ((SDL_WindowData *) focus->driverdata)->nswindow) ) { | ||||||
|         rc = SDL_SendMouseButtonClicks(window, mouseID, state, button, clicks); |         rc = SDL_SendMouseButtonClicks(window, mouseID, state, button, clicks); | ||||||
|     } else { |     } else { | ||||||
| printf("BACKGROUND CLICK!\n"); fflush(stdout); |  | ||||||
|         const int orig_x = mouse->x; |         const int orig_x = mouse->x; | ||||||
|         const int orig_y = mouse->y; |         const int orig_y = mouse->y; | ||||||
|         const NSPoint point = [theEvent locationInWindow]; |         const NSPoint point = [theEvent locationInWindow]; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user