inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

Virtual controller buttons are weirdly sticky #134

Open jbmorley opened 2 years ago

jbmorley commented 2 years ago

There's a strange behaviour (regression?) with the virtual controller whereby keys don't release until the last key is released. This makes it very hard to use. For example, if you press and hold left, then B, then release left, it won't actually get released until you also release B.

Weirdly this is an Apple provided control, and there's almost nothing we're doing (or can do) to customise this behaviour, so it's quite possibly a regression in iOS.

jbmorley commented 2 years ago

Pushing into future as it 'works', just badly.

jbmorley commented 2 years ago

I wonder if this is also a regression caused by the introduction of a UISplitViewController?