gdx-dragome icon indicating copy to clipboard operation
gdx-dragome copied to clipboard

Dragome backend for LibGDX.

Results 15 gdx-dragome issues
Sort by recently updated
recently updated
newest added

- [x] Mapping of JS key codes to LibGDX key codes. Use `IntIntMap` instead of a huge switch like in `GWT`. - [ ] Mouse events support. - [x] Touch...

enhancement

In order to fully implement Dragome backend for LibGDX, we need to support some JS/Gradle related features: - [x] Gradle plugin. Example LibGDX project with Dragome backend included. #3 -...

research
blocker

See `DragomeNet`. - [x] `openURI` - [x] `sendHttpRequest` - [x] `cancelHttpRequest` Sockets are not supported by `DragomeNet` (or `GWT`, for that matter).

enhancement

It's logical to merge the repos with @xpenatan at some point, preferably ASAP to avoid confusion and reinventing the wheel. I'm obviously biased, so I'd like @fpetrola @xpenatan and @intrigus...

question
research

- [x] Abstract file handle base for handles not based on `java.io.File`. Support for determining names of extensions, directories, etc. based solely of file path. - [x] Prohibited write operations....

enhancement