Bläddra i källkod

Update README.md

SplatTab 3 år sedan
förälder
incheckning
5eaabdd864
1 ändrade filer med 1 tillägg och 0 borttagningar
  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);
 ```