mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-01 02:58:12 +08:00 
			
		
		
		
	Execute clang tidy and IWYU (#528)
This commit is contained in:
		 Arthur Sonzogni
					Arthur Sonzogni
				
			
				
					committed by
					
						 ArthurSonzogni
						ArthurSonzogni
					
				
			
			
				
	
			
			
			 ArthurSonzogni
						ArthurSonzogni
					
				
			
						parent
						
							4dc1a9fff9
						
					
				
				
					commit
					0542227ba7
				
			| @@ -66,9 +66,7 @@ struct Event { | ||||
|   std::string character() const { return input_; } | ||||
|  | ||||
|   bool is_mouse() const { return type_ == Type::Mouse; } | ||||
|   struct Mouse& mouse() { | ||||
|     return mouse_; | ||||
|   } | ||||
|   struct Mouse& mouse() { return mouse_; } | ||||
|  | ||||
|   bool is_cursor_reporting() const { return type_ == Type::CursorReporting; } | ||||
|   int cursor_x() const { return cursor_.x; } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user