Enable touch navigation
This commit is contained in:
@@ -429,6 +429,7 @@ static void result_window_unload(Window *window) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void init(void) {
|
static void init(void) {
|
||||||
|
app_touch_navigation_enable(true);
|
||||||
s_main_window = window_create();
|
s_main_window = window_create();
|
||||||
window_set_window_handlers(s_main_window, (WindowHandlers){
|
window_set_window_handlers(s_main_window, (WindowHandlers){
|
||||||
.load = main_window_load,
|
.load = main_window_load,
|
||||||
|
|||||||
Reference in New Issue
Block a user