Skip to content

Simple callbacks allow the use of, e.g., lambda expressions for callbacks (e.g.,…

Jan Delember requested to merge feature/simplecallbacks into develop

… keyboard callbacks etc.)

ADD: VistaSimpleCallback - simple class implementing IVistaExplicitCallbackInterface and taking a std::function<void(void)> as constructor parameter APIADD: VistaKeyboardSystemControl directly allows std::function<void(void)> as parameter for a callback

Merge request reports