Stacey Lynn

Results 1 comments of Stacey Lynn

To add another real world example, the [`button` property of a `PointerEvent`](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events#Determining_button_states#Determining_button_states) represents having no buttons pressed with a -1. I encountered this while making a decoder as follows: ```elm...