ux_btn_func_t uxsm_get_btn_func(void)
Get the current button function mode.
ux_remotectrl_mode_t uxsm_get_remotectrl_mode(void)
Get the current remote-control mode.
ux_btn_func_t
Button function mode: determines what button presses do.
Definition ux_state_manager.h:42
@ UX_BTN_FUNC_PAIRING
Definition ux_state_manager.h:44
@ UX_BTN_FUNC_NORMAL
Definition ux_state_manager.h:43
ux_remotectrl_mode_t
Remote-control mode: which key mapping is active for recognized gestures.
Definition ux_state_manager.h:50
@ UX_REMOTECTRL_MODE_MUSIC
Definition ux_state_manager.h:52
@ UX_REMOTECTRL_MODE_PRESENTATION
Definition ux_state_manager.h:51
void uxsm_set_btn_func(ux_btn_func_t btn_func)
Set the button function mode.
int uxsm_init(void)
Initialize the UX state manager.