예제 #1
0
static void key_cb(int code) {
  menu_read_key(st_priv->current,code);
}
예제 #2
0
static int key_cb(int code) {
  return menu_read_key(st_priv->current,code);
}