HaxeFlixel / flixel

Free, cross-platform 2D game engine powered by Haxe and OpenFL
https://haxeflixel.com/
MIT License
1.93k stars 427 forks source link

Typo in FlxMouseEventManager?? #3126

Closed TheGaloXx closed 2 months ago

TheGaloXx commented 2 months ago

https://github.com/HaxeFlixel/flixel/blob/7e7eb5cfe31e2ccbdc49561ca90b7d9108d3d2c3/flixel/input/mouse/FlxMouseEventManager.hx#L274C47-L274C48

I don't know how this works but I'm pretty sure there's a typo on that line.

"Callback when mouse is this object."

Shouldn't it be something like "Callback when mouse is over this object."?

Geokureli commented 2 months ago

You're welcome to make a change and fix it. Just click the edit button, here: https://github.com/HaxeFlixel/flixel/blob/dev/flixel/input/mouse/FlxMouseEventManager.hx#L274

Contributions Guide

TheGaloXx commented 2 months ago

Alright, thanks!

TheGaloXx commented 2 months ago

I think it's done. https://github.com/HaxeFlixel/flixel/pull/3127