erm
This commit is contained in:
		
							parent
							
								
									d0e7c66c10
								
							
						
					
					
						commit
						06840f0fe2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -56,7 +56,7 @@ func (winman *RayGuiWindowManager) ProcessUserWindowMovement() { | ||||||
| 
 | 
 | ||||||
| 	if winman.movingwindow != nil { | 	if winman.movingwindow != nil { | ||||||
| 		if winman.movingwindowmode == WINDOW_MODE_DRAG { | 		if winman.movingwindowmode == WINDOW_MODE_DRAG { | ||||||
| 			fmt.Println(rl.GetMouseDelta().X) | 			fmt.Println(rl.GetMouseDelta().Y) | ||||||
| 			winman.movingwindow.Pos.X += (rl.GetMouseDelta().X) | 			winman.movingwindow.Pos.X += (rl.GetMouseDelta().X) | ||||||
| 			winman.movingwindow.Pos.Y += (rl.GetMouseDelta().Y) | 			winman.movingwindow.Pos.Y += (rl.GetMouseDelta().Y) | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue