h-be / acorn-hc

the holochain backend for Acorn
Other
30 stars 5 forks source link

Key repeat results in rapid keydown detection #26

Closed qubist closed 5 years ago

qubist commented 5 years ago

Holding down G makes SET_G_KEYDOWN be called every ~.04 seconds until G is released. Instead, SET_G_KEYDOWN should be called only once when G is pressed.