I'm trying to port my
Ren'Py visual novel engine over to the iLiad. So far, I have the port working reasonably well, with SDL displaying properly, and the screen refreshing as necessary.
However, I'm not able to get events from the hardware buttons on my iLiad. I'm able to get mouse events just fine from the stylus, but no keyboard input shows up.
I've searched around a bit, but haven't been able to find documentation on how to get the hardware buttons supported. That probably means I haven't been searching on the right thing... if someone could please point me in the right direction, I'd appreciate it.
Thanks.