lime icon indicating copy to clipboard operation
lime copied to clipboard

A foundational Haxe framework for cross-platform development

Results 183 lime issues
Sort by recently updated
recently updated
newest added

**Describe the bug** If you copy some text from elsewhere, you should be able to paste it in a textfield ( or lime.system.Clipboard.text should be different than null ) **To...

**onDropFile** is dispatched for each files on native with the full path of the file as a parameter. But in html5 it is only dispatched once with a FileList as...

Can't double click to execute the linux target application because it's showing up as `ELF 64-bit LSB shared object` instead of `ELF 64-bit LSB executable` on linux mint.

Commit 43666e816d3fd5840dc0858aae420f940e30d4e9 introduces a Bluetooth dependency on iOS that Apple really doesn't like. I don't use Bluetooth, but Apple rejected an app built with Lime 7.8.0 with the following statement:...

In a completely empty project (`openfl create project foo`), adding the following lines in `project.xml` ``` ``` causes `openfl build html5` to fail with the following error: ``` Called from...

(Note: I'm using Windows 8) I'm on HaxeFlixel but I'm assuming the problem is with Lime. Lime is taking _over a full minute_ to build a very basic "Hello World"...

lime [7.8.0] openfl [9.0.2] Originally referenced here: https://community.openfl.org/t/html5-bug-touchevents-wrong-coordinates-if-canvas-inside-transfomed-div/12720 If canvas is inside a div with style “transform: scale(0.5)”, all TouchEvents have coordinates 2x more than real positions. MouseEvents works correct,...

* Haxe version: 4.0.3 * OpenFL version: 8.9.6 * Lime version: 7.7.0 (as well as latest) * Affected targets: HTML5 **Code snippet:** ``` #if js Browser.window.addEventListener("gamepadconnected", (e) -> { var...

Hi, I’m trying to run some of the Lime samples like [BunnyMark](https://github.com/haxelime/lime-samples/tree/master/demos/BunnyMark), but when I build and run it opens two windows: the program window and a console window where...

Provide the BatchUpdate(n) method in the SDLApplication class that supports pulling multiple events at a time from the sdl event queue. BatchUpdate does similar work to Update, but it will...