mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
[wpigui] Add icon support
This commit is contained in:
@@ -57,6 +57,8 @@ struct Context : public SavedSettings {
|
||||
int fontScale = 2; // updated by main loop
|
||||
std::vector<Font> fonts;
|
||||
|
||||
std::vector<GLFWimage> icons;
|
||||
|
||||
std::string iniPath = "imgui.ini";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user