inseven / opolua

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

Support key repeat with hardware keyboards #164

Closed jbmorley closed 2 years ago

jbmorley commented 2 years ago

We're certainly not reporting these as key-repeats, so there's probably some issue here.

jbmorley commented 2 years ago

It looks like the UIViewController pressesBegan, pressesChanged, pressesEnded callbacks don't give us any key-repeat information. We therefore need to implement this ourselves. Pushing this out to Future for consideration there.