SplatTab 3 лет назад
Родитель
Сommit
5eaabdd864
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -68,6 +68,7 @@ rlImGuiAddForkAwesomeIconFonts(12);
 Raylib textures can be drawn in ImGui using the following functions
 ```
 void rlImGuiImage(const Texture *image);
+bool rlImGuiImageButton(const Texture *image);
 void rlImGuiImageSize(const Texture *image, int width, int height);
 void rlImGuiImageRect(const Texture* image, int destWidth, int destHeight, Rectangle sourceRect);
 ```