|
| ImguiApplicationMonad (const Arguments &args, const Configuration &conf) |
|
template<class ... Args> |
| ImguiApplicationMonad (Args &&... args) |
|
|
void | initImGui () |
|
void | drawEvent () override |
|
void | keyPressEvent (KeyEvent &event) override |
|
void | keyReleaseEvent (KeyEvent &event) override |
|
void | mousePressEvent (MouseEvent &event) override |
|
void | mouseReleaseEvent (MouseEvent &event) override |
|
void | mouseMoveEvent (MouseMoveEvent &event) override |
|
void | mouseScrollEvent (MouseScrollEvent &event) override |
|
void | textInputEvent (TextInputEvent &event) override |
|
MagnumImGui & | imgui () |
|
const MagnumImGui & | imgui () const |
|
template<class Base>
class vtb::gui::ImguiApplicationMonad< Base >
Definition at line 16 of file ImguiApplicationMonad.hh.