erm
This commit is contained in:
		
							parent
							
								
									bc2fd8bd0d
								
							
						
					
					
						commit
						625121aa5b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -48,7 +48,7 @@ func (win *RayGuiWindow) Resize(x, y int) { | |||
| } | ||||
| 
 | ||||
| func (win *RayGuiWindow) DidStartMoveDrag() bool { | ||||
| 	if win.IsTouchingRegion(rl.GetMousePosition(), rl.NewRectangle(0, -20, float32(win.Size.X), 20)) { | ||||
| 	if win.IsTouchingRegion(rl.GetMousePosition(), rl.NewRectangle(0, -win.GetBorderRect().Height, float32(win.Size.X), win.GetBorderRect().Height)) { | ||||
| 		if rl.IsMouseButtonPressed(rl.MouseButtonLeft) { | ||||
| 			return true | ||||
| 		} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue