Érico Porto
Érico Porto
> The hidden textarea approach will not work when canvas is in fullscreen Uhm, this is because we fullscreen the canvas itself, but maybe we can use a div that...
> We probably need to add some flags to SDL_StartTextInput() to define the style of input we want. If this is possible to do it would be great because the...
Hey @xordspar0 , do you have a current snap template for Love 11.2 ?
This is great work but I don't think there is anything wrong with your code in particular, afaict the failing tests are really failing.
@madebr do you know if `SDL_JOYSTICK_VIRTUAL` is indeed defined for Emscripten?
Could you please add it here too https://github.com/libsdl-org/SDL/blob/c244eb937b7fb31202580f2a28f2e81e706f861e/include/build_config/SDL_build_config_emscripten.h to keep in sync with the other build_configs ?
Better just rebase it before merging.
@icculus in the logs it's still erroring, [the problem is it doesn't reproduce in Chrome or Firefox locally](https://github.com/libsdl-org/SDL/pull/9937#issuecomment-2295011707), but it looks like this ``` 'mouse_createFreeCursor' started[0m 2024-08-19T18:41:48.6654235Z 2: 08/19/24 18:41:44:...
@madebr amazing work! Incredible attention to detail. This PR looks great!
I don't get it, the tests in actions don't run in the browser, the way Emscripten does is it runs in the browser and takes screenshots for checking things. It...