player-03

Results 275 comments of player-03

Java doesn't do implicit casts. You have to look up [a class's documentation](https://docs.oracle.com/javase/7/docs/api/java/io/File.html) to find the variable or method that does the conversion you want. In this case, you want...

Good explanation, and the changes look straightforward. Unfortunately I don't test on Windows, so I can't test this myself. Hopefully someone else can come along and give it a spin.

Can you test this with #1531 and see if the update helps?

Oh right, you might need to run `git submodule update`, `lime rebuild tools`, and `lime rebuild windows -clean`. I keep forgetting to mention all the steps...

Problem is, lots of devs will have programmed their buttons to respond only to mouse events. After all, mouse events work consistently across devices. Pointer events sound fine, but I...

Late response, but if this is still a problem, what happens when you try to access `lime.system.System.documentsDirectory`?

I know you're an expert on the OpenFL side of things, but you're going to have to slow down because I have no clue what you're talking about. Can you...

The first and third commits look fine at a glance, but 9f4f124 isn't a great way to do this. - All projects have to keep track of `assetsFolders`, even though...

Interesting. Looks like it's a trade-off between consistency and functionality. Consistency should win out, of course, but I'm worried it isn't as simple as this. (Disclaimer before I go any...

Any chance the wrapper could be an abstract that implicitly casts to string? This would make it easier to update existing code.