Changeset aa7707d in opengl-game for gui/button.cpp
- Timestamp:
- Jul 25, 2020, 8:05:57 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master
- Children:
- 681dbe8
- Parents:
- 6bfd91c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/button.cpp
r6bfd91c raa7707d 2 2 3 3 #include <SDL2/SDL_ttf.h> 4 #include <SDL2/SDL2_gfxPrimitives.h>4 // #include <SDL2/SDL2_gfxPrimitives.h> 5 5 6 6 #include "../vulkan-game.hpp" … … 72 72 uint8_t colorA = cur_color & 0xFF; 73 73 74 /* 74 75 boxRGBA(&this->renderer, this->x + x, this->y + y, this->x + this->width, this->y + this->height, 75 76 colorR, colorG, colorB, colorA); 77 */ 76 78 77 79 SDL_Rect rect = {
Note:
See TracChangeset
for help on using the changeset viewer.