mirror of
				https://github.com/Ryujinx/Opentk.git
				synced 2025-11-04 11:54:52 +00:00 
			
		
		
		
	Fix brace formatting in NativeWindow.CursorVisible
This commit is contained in:
		
							parent
							
								
									3d9d6d7ee3
								
							
						
					
					
						commit
						aee67bf80a
					
				| 
						 | 
				
			
			@ -475,8 +475,14 @@ namespace OpenTK
 | 
			
		|||
        /// </summary>
 | 
			
		||||
        public bool CursorVisible
 | 
			
		||||
        {
 | 
			
		||||
            get { return implementation.CursorVisible; }
 | 
			
		||||
            set { implementation.CursorVisible = value; }
 | 
			
		||||
            get
 | 
			
		||||
            {
 | 
			
		||||
                return implementation.CursorVisible;
 | 
			
		||||
            }
 | 
			
		||||
            set
 | 
			
		||||
            {
 | 
			
		||||
                implementation.CursorVisible = value;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue