EventThread: Fix mouse cursor not being hidden
This commit is contained in:
		
							parent
							
								
									5d776319b5
								
							
						
					
					
						commit
						de74fc1bc3
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -127,7 +127,9 @@ void EventThread::process(RGSSThreadData &rtData)
 | 
			
		|||
	bool displayingFPS = false;
 | 
			
		||||
 | 
			
		||||
	bool cursorInWindow = false;
 | 
			
		||||
	bool windowFocused = false;
 | 
			
		||||
 | 
			
		||||
	/* SDL doesn't send an initial FOCUS_GAINED event */
 | 
			
		||||
	bool windowFocused = true;
 | 
			
		||||
 | 
			
		||||
	bool terminate = false;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue