menu: check for mousepress #306

pull/385/head
nick black 5 years ago committed by Nick Black
parent 40428fd05e
commit c9a0964034

@ -502,6 +502,8 @@ bool ncmenu_offer_input(ncmenu* n, const ncinput* nc){
return false;
}
return true;
}else if(nc->id == NCKEY_BUTTON1){
// FIXME did we clock on the menu? if so, unroll appropriately
}
return false;
}

Loading…
Cancel
Save