mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Fixed: https://github.com/ArthurSonzogni/FTXUI/issues/792
This commit is contained in:
		 Arthur Sonzogni
					Arthur Sonzogni
				
			
				
					committed by
					
						 ArthurSonzogni
						ArthurSonzogni
					
				
			
			
				
	
			
			
			 ArthurSonzogni
						ArthurSonzogni
					
				
			
						parent
						
							6618d099f5
						
					
				
				
					commit
					1d797eeed4
				
			| @@ -55,6 +55,9 @@ std::string Stringify(Event event) { | ||||
|       case Mouse::Released: | ||||
|         out += "_released"; | ||||
|         break; | ||||
|       case Mouse::Moved: | ||||
|         out += "_moved"; | ||||
|         break; | ||||
|     } | ||||
|     if (event.mouse().control) | ||||
|       out += "_control"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user