|
| uint32_t | imguiRGBA (uint8_t _r, uint8_t _g, uint8_t _b, uint8_t _a=255) |
| |
| void | imguiCreate (float _fontSize=18.0f, bx::AllocatorI *_allocator=NULL) |
| |
| void | imguiDestroy () |
| |
| void | imguiBeginFrame (int32_t _mx, int32_t _my, uint8_t _button, int32_t _scroll, uint16_t _width, uint16_t _height, int _inputChar=-1, bgfx::ViewId _view=255) |
| |
| void | imguiEndFrame () |
| |
| void | imguiCreateFontAtlas () |
| |
| void | showExampleDialog (entry::AppI *_app, const char *_errorText=NULL) |
| |
| ImTextureID | ImGui::toId (bgfx::TextureHandle _handle, uint8_t _flags, uint8_t _mip) |
| |
| void | ImGui::Image (bgfx::TextureHandle _handle, uint8_t _flags, uint8_t _mip, const ImVec2 &_size, const ImVec2 &_uv0=ImVec2(0.0f, 0.0f), const ImVec2 &_uv1=ImVec2(1.0f, 1.0f), const ImVec4 &_tintCol=ImVec4(1.0f, 1.0f, 1.0f, 1.0f), const ImVec4 &_borderCol=ImVec4(0.0f, 0.0f, 0.0f, 0.0f)) |
| |
| void | ImGui::Image (bgfx::TextureHandle _handle, const ImVec2 &_size, const ImVec2 &_uv0=ImVec2(0.0f, 0.0f), const ImVec2 &_uv1=ImVec2(1.0f, 1.0f), const ImVec4 &_tintCol=ImVec4(1.0f, 1.0f, 1.0f, 1.0f), const ImVec4 &_borderCol=ImVec4(0.0f, 0.0f, 0.0f, 0.0f)) |
| |
| bool | ImGui::ImageButton (bgfx::TextureHandle _handle, uint8_t _flags, uint8_t _mip, const ImVec2 &_size, const ImVec2 &_uv0=ImVec2(0.0f, 0.0f), const ImVec2 &_uv1=ImVec2(1.0f, 1.0f), const ImVec4 &_bgCol=ImVec4(0.0f, 0.0f, 0.0f, 0.0f), const ImVec4 &_tintCol=ImVec4(1.0f, 1.0f, 1.0f, 1.0f)) |
| |
| bool | ImGui::ImageButton (bgfx::TextureHandle _handle, const ImVec2 &_size, const ImVec2 &_uv0=ImVec2(0.0f, 0.0f), const ImVec2 &_uv1=ImVec2(1.0f, 1.0f), const ImVec4 &_bgCol=ImVec4(0.0f, 0.0f, 0.0f, 0.0f), const ImVec4 &_tintCol=ImVec4(1.0f, 1.0f, 1.0f, 1.0f)) |
| |
| void | ImGui::NextLine () |
| |
| bool | ImGui::MouseOverArea () |
| |
| void | ImGui::PushEnabled (bool _enabled) |
| |
| void | ImGui::PopEnabled () |
| |