Module

Emo8.Data.Input

Package
purescript-emo8
Repository
opyapeus/purescript-emo8

#Input Source

type Input = { isA :: Boolean, isD :: Boolean, isDown :: Boolean, isLeft :: Boolean, isRight :: Boolean, isS :: Boolean, isUp :: Boolean, isW :: Boolean }

Emo8 input type.

  • Keyboard
 /¯¯¯\_/¯¯¯\
|  W  |  ↑  |
| A D | ← → |
|  S  |  ↓  |
 \___/¯\___/
  • Swipe Screen
|¯¯¯¯¯¯¯¯|¯¯¯¯¯¯¯¯|
|   👆    |   👆   |
| 👈   👉 | 👈   👉 |
|   👇    |   👇   |
|________|________|