0

i only found K_ANY event in the doc(Events and Callbacks -> Common -> K_ANY).

how do i handle keypress and keyrelease events separately? is it possible in this library?

can anyone help?

monkbeta
  • 35
  • 3

1 Answers1

0

Only on IupCanvas and derived controls using the KEYPRESS_CB callback. It has an extra parameter that indicates if the key is being pressed or released.

Antonio Scuri
  • 1,046
  • 6
  • 10