Spinbox Enter Key (LV_KEY_ENTER)

How to response LV_KEY_ENTER on a Spinbox?

MCU: SAME53E20A Compiler: arm-non-gnu-eabi-gcc

I want to response to keypad event LV_KEY_ENTER then I can fetch current value from a Spinbox and save it for application purpose.

I read the source but it seems there is no such event for Spinbox. Does other people have similar requirement like this? How do you?

Thanks you very much.

-woody

You can use LV_EVENT_KEY.