Searched refs:ev_init (Results 1 – 3 of 3) sorted by relevance
156 int ev_init(ev_callback input_cb, bool allow_touch_inputs = false);
142 int ev_init(ev_callback input_cb, bool allow_touch_inputs) { in ev_init() function
143 ev_init(std::bind(&RecoveryUI::OnInputEvent, this, std::placeholders::_1, std::placeholders::_2), in Init()