TazGraph Project
v0.1.0
Loading...
Searching...
No Matches
TazGraph
Src
EditorIMGUI
Components
MenuDropdown
HelpPanel
HelpPanel.h
1
#pragma once
2
3
4
#include "../../../UIElement.h"
5
6
struct
HelpConfig
{
7
8
};
9
10
class
HelpPanel
:
public
UIElement
11
{
12
private
:
13
HelpConfig
config;
14
15
bool
firstTime =
true
;
16
void
RenderCameraControls();
17
void
RenderKeyboardShortcuts();
18
public
:
19
bool
showHelpPanel =
false
;
20
21
void
setConfig(
const
HelpConfig
& cfg) { config = cfg; }
22
void
update(
float
deltaTime)
override
;
23
void
OnImGuiRender()
override
;
24
};
HelpPanel
Definition
HelpPanel.h:11
UIElement
Definition
UIElement.h:16
HelpConfig
Definition
HelpPanel.h:6
Generated by
1.9.8