Open
Description
Hi everyone,
I am building a proof of concept for a product that needs interactive presentations, for example, letting the user answer a question in one slide, and blocking the navigation until it gets answered. For this, I need to capture the keyboard events, see if the question was answered correctly and if that happened move to the next slide.
I did not find any way to do it in the docs, but maybe there is some trick that you can recommend to me to achieve this kind of behavior or know if is not possible and I need to migrate to other lib or implement it from scratch