Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

@Shalindor @bitRAKE Thanks for the explanation! It seems I misunderstood how to reproduce this issue. > we now have a fullscreen window at another display. What do we do to...

It has not yet been merged into GLFW, so the fails of the tests are as expected. Please see the wiki of `RaylibIMEInputSampleApp` about how to check this feature. *...

Thanks! If you have any questions about this feature or see something to be fixed, please let me know!

I have just rebased this branch to the latest master.

@raysan5 In connection with #2814, many characters can be entered at one time when using an IME. So the current `MAX_CHAR_PRESSED_QUEUE` value is small for input using IME. https://github.com/raysan5/raylib/blob/50a716c0d91f90e73f1fe2b910b3f7426a0d1360/src/rcore.c#L335-L337 It...

I have fixed some APIs: `SetPreeditCursorRectangle`, `GetPreeditCursorRectangle`.

I rebased this branch to the latest master and added the feature to take candidate list (Win32 ONLY). I have updated the initial comment on this PR, so please see...

> After some digging in the code i think i might have found the reason for this behaviour. Every heartbeat/write function, a new socket is created and then connect(dest_addr) is...

> We're encountering a similar issue while distributing 80,000 events per second to two separate systems. Have there been any updates or workarounds identified for this? No. I have not...

Sorry, I haven't made time for this. Thanks for your information! > With the below configurations for forwarder and aggregator: Does this mean that this issue reproduces within the same...