Home
last modified time | relevance | path

Searched refs:bool_reaction_t (Results 1 – 6 of 6) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dvr.cpp666 bool_reaction_t when;
667 …digital_action_data(string s, bool_reaction_t when, function<void(bool, bool)> f) : when(when) { a… in digital_action_data()
682 bool_reaction_t when;
683 …set_data(string s, int p, bool_reaction_t w) { set_name = s; prio = p; when = w; handle = vr::k_ul… in set_data()
H A Ddialogs.cpp1088 bool_reaction_t file_action;
1189 EX void openFileDialog(string& filename, string fcap, string ext, bool_reaction_t action) { in openFileDialog()
H A Dhyper.h536 typedef function<bool()> bool_reaction_t; typedef
H A Dscreenshot.cpp1424 EX bool record_video(string fname IS(videofile), bool_reaction_t rec IS(record_animation)) { in record_video()
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Drogueviz.h224 void add_stat(presmode mode, const bool_reaction_t& stat);
H A Dpresentation.cpp70 void add_stat(presmode mode, const bool_reaction_t& stat) { in add_stat()