Lots of updates:
1. Scrolling and click to set the cursor works. 2. GUI now uses Brass Mono as the font. 3. A lot of stability and other updates.
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
|
||||
class GUIRenderer : public Renderer {
|
||||
public:
|
||||
GUIRenderer() = default;
|
||||
~GUIRenderer() override = default;
|
||||
GUIRenderer() = default;
|
||||
|
||||
void Draw(const Editor &ed) override;
|
||||
~GUIRenderer() override = default;
|
||||
|
||||
void Draw(Editor &ed) override;
|
||||
};
|
||||
|
||||
#endif // KTE_GUI_RENDERER_H
|
||||
|
||||
Reference in New Issue
Block a user