Skip to content

Commit

Permalink
remove duplicate link in FlxMouseEventManager.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored Nov 14, 2023
1 parent f84fab1 commit e95bc29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flixel/input/mouse/FlxMouseEventManager.hx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import flixel.util.FlxDestroyUtil;

/**
* Provides mouse event detection for `FlxObject` and `FlxSprite` (pixel-perfect for those).
* Normally you would use [`FlxMouseEvent`](https://api.haxeflixel.com/flixel/input/mouse/FlxMouseEvent.html)
* static properties for this.
* Normally you would use `FlxMouseEvent` static properties for this.
*
* You can make a new `FlxMouseEventManager` instance for private usage,
* but you should know what you are doing.
Expand Down

0 comments on commit e95bc29

Please sign in to comment.