Skip to content

Instantly share code, notes, and snippets.

View RafaelOliveira's full-sized avatar

Rafael Oliveira RafaelOliveira

View GitHub Profile
package;
import js.Browser;
import js.html.TouchEvent;
class JsTouch
{
public static var down:Bool = false;
public static var move:Bool = false;
public static var x:Float;
@RafaelOliveira
RafaelOliveira / gist:86ee9bde7f9b3921b955
Last active July 28, 2016 19:48
OpenFL native extensions for Mobile Apps
Battery Status:
Camera: https://github.com/bazzisoft-openfl-extensions/camera
Contacts:
Device Info: https://github.com/hyperfiction/HypSystem (not tested)
Device Motion (Accelerometer):
Device Orientation (Compass):
Geolocation:
Open Browser: https://github.com/bazzisoft-openfl-extensions/interop
Media Playback:
Media Capture: