Debug UI tunes
This commit is contained in:
parent
b959afe8c2
commit
c00750c95a
7 changed files with 30970 additions and 6 deletions
|
|
@ -38,8 +38,17 @@ namespace tp {
|
|||
void proc();
|
||||
void draw();
|
||||
|
||||
void setStyle();
|
||||
|
||||
public:
|
||||
// TODO : API
|
||||
void drawDebugInfoWindow();
|
||||
|
||||
halnf getFontSize() const;
|
||||
halnf getUIScale() const;
|
||||
|
||||
void setDPMM(ualni);
|
||||
void setFontSize(ualni);
|
||||
void setUIScale(ualni);
|
||||
};
|
||||
|
||||
class Canvas {
|
||||
|
|
@ -69,6 +78,9 @@ namespace tp {
|
|||
void draw();
|
||||
void proc();
|
||||
|
||||
public:
|
||||
GUI& getDebugGui() { return mGui; }
|
||||
|
||||
private:
|
||||
GUI mGui;
|
||||
GL mGl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue