You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my iOS device, I consistently get identifiers like 1757034706 and -1260722569, while the haskell bindings think it should be Word. This ends up making it impossible to keep track of individual touch events.
On my iOS device, I consistently get identifiers like 1757034706 and -1260722569, while the haskell bindings think it should be Word. This ends up making it impossible to keep track of individual touch events.
/cc @hamishmack
Touch.idl looks like this:
while GHCJS.DOM.JSFFI.Generated.Touch has this:
https://github.com/ghcjs/ghcjs-dom/blob/b8e483adef0cea66d081c1a014e87c6f99eb29fc/ghcjs-dom-jsffi/src/GHCJS/DOM/JSFFI/Generated/Touch.hs#L83-L88
The text was updated successfully, but these errors were encountered: