UI - dimkauzh/webzen GitHub Wiki

Api to draw module

Import it like this:

import (
    "github.com/dimkauzh/webzen/src/ui"
)

Functions

func NewButton(text string, textSize int, x, y, width, height float64, clickCallback func())