HaxeFlixel / flixel

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

[Bug] Unable to press anything in debugger with mouse #3038

Open moxie-coder opened 9 months ago

moxie-coder commented 9 months ago

Code snippet reproducing the issue

None, but I did make the mouse visible for a moment, then hid it when not needed.


Observed behavior:

Unable to click anything in the debugger in a debug build

Expected behavior:

To be able to click buttons and the logs

Geokureli commented 9 months ago

I've never seen this, does it happen with a new template flixel project?

moxie-coder commented 9 months ago

I've never seen this, does it happen with a new template flixel project?

I’ll check it out in a little while since I just woke up not long ago

moxie-coder commented 9 months ago

okay so, it doesn't happen in a blank flixel project, I'm gonna try manipulating the mouse a little and see what happens then

moxie-coder commented 9 months ago

alright, I wasn't able to reproduce this with testing, I'm a little conflicted since I barely did anything with the mouse input, never disabled it or anything

moxie-coder commented 9 months ago

image

new info has come to light, turns out it's saying "5.4.1" when I'm using 5.6.2, so I might have to just straight up rebuild it

Vortex2Oblivion commented 9 months ago

I've never seen this, does it happen with a new template flixel project?

It happens in my projects too

moxie-coder commented 8 months ago

okay so for some reason, it's still updating the game which seems normal, but the input is not in the debugger, and outside that for some reason?

moxie-coder commented 6 months ago

update: this is likely due to me shadowing 29 classes in my FNF mod, but I'm gonna leave this open until I'm 100% sure