Mark Carpenter

Results 72 comments of Mark Carpenter

This is complete now with the latest commit

This should be done now. I'll give it a couple days and close this ticket if I do not hear back.

I originally had the interface split like you suggest but changed it to this because I have no way of setting the current system cursor location. Ebiten doesnt have that...

I'm not sure I understand your use case. It seems a lot like the example cursorupdater which has the cursor controlled by both the mouse and the keyboard? Can you...

I *believe* the changes I made resolve this issue. See latest commits. I will probably close this in the next couple days unless I hear back.

I meant FullScreen mode. I would like a function to get the viewable size that ebitengine is drawing on, regardless of window state. Essentially, I'm trying to write code to...

True, but the engine has those values to send to layout so why not expose them in an easy to access way?

The use case is that I am trying to center a dialog within the window, but because ebiten.WindowSize() doesnt take FullScreen into account, I have to write the code like...

Ebitengine is rendering it. Yes we are on the same page.

Given that your library does more than just fonts, I'd love to switch but how it is now is a bit too inflexible. Here is an example interface from my...