mirror of
				https://github.com/glfw/glfw.git
				synced 2025-11-04 06:15:07 +00:00 
			
		
		
		
	Formatting, added comment.
This commit is contained in:
		
							parent
							
								
									93ea341211
								
							
						
					
					
						commit
						96c2d04b11
					
				@ -152,6 +152,7 @@ static const char* get_button_name(int button)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
static const char* get_character_string(int character)
 | 
					static const char* get_character_string(int character)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					    // This assumes UTF-8, which is stupid
 | 
				
			||||||
    static char result[6 + 1];
 | 
					    static char result[6 + 1];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    int length = wctomb(result, character);
 | 
					    int length = wctomb(result, character);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user