|  |  | @ -4718,8 +4718,8 @@ GLFWAPI int glfwRawMouseMotionSupported(void); | 
			
		
	
		
		
			
				
					
					|  |  |  |  *  @param[in] scancode The scancode of the key to query. |  |  |  |  *  @param[in] scancode The scancode of the key to query. | 
			
		
	
		
		
			
				
					
					|  |  |  |  *  @return The UTF-8 encoded, layout-specific name of the key, or `NULL`. |  |  |  |  *  @return The UTF-8 encoded, layout-specific name of the key, or `NULL`. | 
			
		
	
		
		
			
				
					
					|  |  |  |  * |  |  |  |  * | 
			
		
	
		
		
			
				
					
					|  |  |  |  *  @errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref |  |  |  |  *  @errors Possible errors include @ref GLFW_NOT_INITIALIZED, @ref | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |  *  GLFW_PLATFORM_ERROR. |  |  |  |  *  GLFW_INVALID_VALUE, @ref GLFW_INVALID_ENUM and @ref GLFW_PLATFORM_ERROR. | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  * |  |  |  |  * | 
			
		
	
		
		
			
				
					
					|  |  |  |  *  @remark The contents of the returned string may change when a keyboard |  |  |  |  *  @remark The contents of the returned string may change when a keyboard | 
			
		
	
		
		
			
				
					
					|  |  |  |  *  layout change event is received. |  |  |  |  *  layout change event is received. | 
			
		
	
	
		
		
			
				
					|  |  | 
 |