This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
NewerOlder