Module
Graphics.Phaser.Input.InputPlugin   
- Package
- purescript-phaser
- Repository
- lfarroco/purescript-phaser
#setDraggable Source
setDraggable :: forall a. GameObject a => a -> PhaserInputPlugin -> Effect PhaserInputPlugin#setDropZone Source
setDropZone :: forall a. GameObject a => Boolean -> a -> Effect a#addKey Source
addKey :: Effect KeyCode -> PhaserScene -> Effect CursorKeys#KeyDownListener Source
type KeyDownListener = EventListener#createKeyDownListener Source
createKeyDownListener :: (Key -> KeyBoardEvent -> Effect Unit) -> KeyDownListener#KeyUpListener Source
type KeyUpListener = EventListener#createKeyUpListener Source
createKeyUpListener :: (Key -> KeyBoardEvent -> Effect Unit) -> KeyUpListener- Modules
- Graphics.Phaser 
- Graphics.Phaser. ArcadePhysics 
- Graphics.Phaser. Camera 
- Graphics.Phaser. Container 
- Graphics.Phaser. CoreTypes 
- Graphics.Phaser. Curves 
- Graphics.Phaser. Display. RGB 
- Graphics.Phaser. Events 
- Graphics.Phaser. ForeignTypes 
- Graphics.Phaser. GameConfig 
- Graphics.Phaser. GameObject 
- Graphics.Phaser. GameObjects. LightsManager 
- Graphics.Phaser. Graphics 
- Graphics.Phaser. Image 
- Graphics.Phaser. Input. InputPlugin 
- Graphics.Phaser. Input. Pointer 
- Graphics.Phaser. Loader 
- Graphics.Phaser. Scene 
- Graphics.Phaser. SceneManager 
- Graphics.Phaser. Sprite 
- Graphics.Phaser. Text 
- Graphics.Phaser. TileMap 
- Graphics.Phaser. Time 
- Graphics.Phaser. Tween 
- Graphics.Tweens. TweenManager 
- Internal.Utils 
- Phaser.Graphics. Input. KeyCodes 
- Utils.FFI