Sasha Szpakowski
Sasha Szpakowski
What sort of things would you use this for? I'm not sure I like the idea of having a step to clean up files, because LÖVE ultimately doesn't control how...
Overall I'd rather implement exactly what people actually want/need rather than a more general temp file API - otherwise situations like this can happen https://github.com/libsdl-org/SDL/issues/9256 That being said, from what...
Unfortunately SDL2 doesn't provide this with the event, but SDL3 will.
**Original comment by Gabe Stilez (Bitbucket: [z0r8](https://bitbucket.org/z0r8), ).** ---------------------------------------- I'm kinda thinking this is OS-dependent; in windows, i'm not sure if the löve window can actually detect when the cursor...
**Original comment by Bart van Strien (Bitbucket: [bartbes](https://bitbucket.org/bartbes), GitHub: [bartbes](https://github.com/bartbes)).** ---------------------------------------- Looking at the docs, it kind of suggests DROPBEGIN and DROPCOMPLETE are a grouping mechanism. So if two files...
Callbacks are added in 8d37303.
The desired functionality here actually isn't possible yet, until SDL adds it: https://github.com/libsdl-org/SDL/issues/5292
I think this is only about the generated love linux source-with-automagic-already-run downloads in our releases section, rather than our actual untouched source code, right? (`config.guess` is not contained in the...
The next release of love (12.0) will use CMake as the primary build system on Linux instead, so I think this issue isn't applicable anymore.
I doubt that Android-specific change would affect much at all on iOS. The two platforms have radically different codepaths in SDL (which is meant to handle this stuff) - historically...