bodil / purescript-signal

Elm style FRP library for PureScript
Apache License 2.0
258 stars 44 forks source link

added a friendlier mouseButton version #63

Closed CarstenKoenig closed 6 years ago

CarstenKoenig commented 6 years ago

Hi,

I constantly have to look up which numbers correspond to which mouse buttons so I thought it might be a good idea to use some constants to help me out here

if you find this useful and accept the RP I might do the same to KeyCodes for keyPressed 😁