Hajime Hoshi

Results 678 comments of Hajime Hoshi

Note: If we want to support only keyboards, we can have transparent text fields.

Hi, The intention of this issue is to use OS's API so that we can input texts with IMEs (e.g. Japanese texts). IMEs cannot be handled only with the current...

I don't think I can make it for v2.4 unfortunately.

For GUI applications, not only IME inputting but also a lot of features like accesibility matter [1]. So, just introducing a rich text input might not solve what we really...

Confirmed that transferring a repository should not be problematic. I tested this with https://github.com/hajimehoshitest/gomoduletest. This was https://github.com/hajimehoshi/gomoduletest until v2, and moved to hajimehoshitest at v3. v2.0.2 was tagged after transferring,...

So now we call this engine Ebitengine, we have to rename the package. We should be able to transfer to v3 in the following way smoothly: Replace ```go import (...

https://github.com/go-gl/glfw/blob/a6c407ee30a0/v3.3/glfw/input.go#L444 This would work. Unfortunately I need to (re)implement this for Windows (internal/glfwwin)