ghcjs-dom-jsffi-0.7.0.1: DOM library using JSFFI and GHCJS

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.JSFFI.Generated.DeviceMotionEvent

Synopsis

Documentation

initDeviceMotionEvent :: (MonadIO m, ToJSString type', IsAcceleration acceleration, IsAcceleration accelerationIncludingGravity, IsRotationRate rotationRate) => DeviceMotionEvent -> type' -> Bool -> Bool -> Maybe acceleration -> Maybe accelerationIncludingGravity -> Maybe rotationRate -> Double -> m () Source #