Skip to content

KDGpuExample::ImGuiInputHandler

Module: KDGpuExample API

ImGuiInputHandler ...

#include <KDGpuExample/imgui_input_handler.h>

Inherits from KDFoundation::Object

Public Functions

Name
ImGuiInputHandler()
void event(KDFoundation::EventReceiver * target, KDFoundation::Event * ev) override

Public Attributes

Name
KDBindings::Property< bool > enabled

Public Functions Documentation

function ImGuiInputHandler

1
ImGuiInputHandler()

function event

1
2
3
4
void event(
    KDFoundation::EventReceiver * target,
    KDFoundation::Event * ev
) override

Public Attributes Documentation

variable enabled

1
KDBindings::Property< bool > enabled { true };

Updated on 2024-07-23 at 00:07:38 +0000