ImGui
Instance methods
draw_rect(rect : SF::FloatRect, color : SF::Color, rounding : Number = 0.0, rounding_corners : Int = 15, thickness : Number = 1.0)
Sourcedraw_rect_filled(rect : SF::FloatRect, color : SF::Color, rounding : Number = 0.0, rounding_corners : Int = 15)
Sourceimage(texture : SF::Texture, tint_color : SF::Color = SF::Color::White, border_color : SF::Color = SF::Color::Transparent)
Sourceimage(texture : SF::Texture, size : SF::Vector2f, tint_color : SF::Color = SF::Color::White, border_color : SF::Color = SF::Color::Transparent)
Sourceimage(texture : SF::RenderTexture, tint_color : SF::Color = SF::Color::White, border_color : SF::Color = SF::Color::Transparent)
Sourceimage(texture : SF::RenderTexture, size : SF::Vector2f, tint_color : SF::Color = SF::Color::White, border_color : SF::Color = SF::Color::Transparent)
Sourceimage(sprite : SF::Sprite, tint_color : SF::Color = SF::Color::White, border_color : SF::Color = SF::Color::Transparent)
Sourceimage(sprite : SF::Sprite, size : SF::Vector2f, tint_color : SF::Color = SF::Color::White, border_color : SF::Color = SF::Color::Transparent)
Sourceimage_button(texture : SF::Texture, frame_padding : Int = -1, bg_color : SF::Color = SF::Color::Transparent, tint_color : SF::Color = SF::Color::White) : Bool
Sourceimage_button(texture : SF::Texture, size : SF::Vector2f, frame_padding : Int = -1, bg_color : SF::Color = SF::Color::Transparent, tint_color : SF::Color = SF::Color::White) : Bool
Sourceimage_button(texture : SF::RenderTexture, frame_padding : Int = -1, bg_color : SF::Color = SF::Color::Transparent, tint_color : SF::Color = SF::Color::White) : Bool
Sourceimage_button(texture : SF::RenderTexture, size : SF::Vector2f, frame_padding : Int = -1, bg_color : SF::Color = SF::Color::Transparent, tint_color : SF::Color = SF::Color::White) : Bool
Source