Module
AirConsole.Controls.RateLimiter
- Package
- purescript-airconsole-controls
- Repository
- mckayb/purescript-airconsole-controls
#RateLimiterGlobal Source
data RateLimiterGlobal :: Type
#getRateLimiterGlobalImpl Source
getRateLimiterGlobalImpl :: forall e. AirConsoleGlobal -> Foreign -> Eff e RateLimiterGlobal
#getRateLimiterGlobal Source
getRateLimiterGlobal :: forall e. AirConsoleGlobal -> Options AirConsoleControl -> Eff e RateLimiterGlobal
#setCustomDeviceState Source
setCustomDeviceState :: forall e a. RateLimiterGlobal -> a -> Eff e Unit
#setCustomDeviceStateProperty Source
setCustomDeviceStateProperty :: forall e a. RateLimiterGlobal -> String -> a -> Eff e Unit
#getCustomDeviceState Source
getCustomDeviceState :: forall a. RateLimiterGlobal -> DeviceId -> a
- Modules
- AirConsole.
Controls. Button - AirConsole.
Controls. DPad - AirConsole.
Controls. Effects - AirConsole.
Controls. Generator - AirConsole.
Controls. Joystick - AirConsole.
Controls. RateLimiter - AirConsole.
Controls. ShakeDetector - AirConsole.
Controls. SwipeAnalog - AirConsole.
Controls. SwipeDigital - AirConsole.
Controls. SwipePattern - AirConsole.
Controls. Types