Module

AirConsole.Controls.SwipeDigital

Package
purescript-airconsole-controls
Repository
mckayb/purescript-airconsole-controls

#SwipeDigitalGlobal Source

#getSwipeDigitalGlobalImpl Source

#ActiveDirections Source

type ActiveDirections = { down :: Boolean, left :: Boolean, right :: Boolean, up :: Boolean }

#AllowedDirections Source

type AllowedDirections = { eightway :: String, fourway :: String, horizontal :: String, vertical :: String }

#touchstart Source

#touchmove Source

touchmove :: forall e a. Option AirConsoleControl (Fn1 a (Eff e Unit))

#touchend Source