Class ImGui2.GlyphPickerPopup
Inherited Members
Namespace: Hexa.NET.ImGui
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public static class ImGui2.GlyphPickerPopup
Methods
Show(ImGuiRenderer, string, IFont, ImTextureID, Point, ref int)
Declaration
public static bool Show(ImGuiRenderer renderer, string popupId, IFont font, ImTextureID fontTexture, Point fontTextureSize, ref int selectedGlyph)
Parameters
Type | Name | Description |
---|---|---|
ImGuiRenderer | renderer | |
string | popupId | |
IFont | font | |
ImTextureID | fontTexture | |
Point | fontTextureSize | |
int | selectedGlyph |
Returns
Type | Description |
---|---|
bool |