(renderer *sdl.Renderer, x1 int32, y1 int32, x2 int32, y2 int32, rad int32, color Color)
| 872 | } |
| 873 | |
| 874 | func RoundedBoxColor(renderer *sdl.Renderer, x1 int32, y1 int32, x2 int32, y2 int32, rad int32, color Color) { |
| 875 | // gfx.RoundedBoxColor(globals.Renderer, int32(rect.X), int32(rect.Y), int32(rect.X+rect.W), int32(rect.Y+rect.H), 4, highlightColor) |
| 876 | // log.Println("Unimplemented RoundedBoxColor()") |
| 877 | } |
| 878 | |
| 879 | // DrawLabel draws a small paper-like label of the specified text at the X and Y position specified. |
| 880 | func DrawLabel(pos Vector, size float32, text string, menuColor Color) { |