hatal175
hatal175
Ruffle uses [KeyboardEvent.code](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code) to determine which physical key was pressed. Unfortunately that ignores keyboard layout. KeyboardEvent.key doesn't but that is the actual character, as is a or A if shift...
Site not available, old issue. I recommend closing unless bug owner can update the issue.
So the issue here is that there's a 'button sprite' -> button -> text heirarchy. In the button sprite code CPhitButton it assigns a text to this._buttonText which is the...
OK, so the issue is that the button being dragged keeps getting loaded and unloaded (id 32) constantly. After it gets unloaded the mouse update process removes the mouse_down_object since...
Maybe related to #1108
1. The address is a local one, meaning only you have access to it. Maybe download the swf file from it and upload so we can check? 2. Could you...
Thanks for the response! Up to you whether to keep the issue open or not. On Wed, Apr 27, 2022, 17:20 Ingo Meyer ***@***.***> wrote: > A py.typed marker is...
Regarding edittext_bullet, there's an issue in the html transformation. The last \ is translated into a line break even though there's no more text after it. The layout then creates...
I want to try and implement this.