mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-11 02:23:58 +00:00
Update godoc
This commit is contained in:
parent
cdabf53fd5
commit
21426f901e
@ -69,7 +69,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version get the robotgo version
|
// Version get the robotgo version
|
||||||
Version string = "v0.60.0.725, Mount Olympus Όλυμπος!"
|
Version string = "v0.60.0.725, Mount Olympus, Mytikas!"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetVersion get the robotgo version
|
// GetVersion get the robotgo version
|
||||||
@ -80,9 +80,9 @@ func GetVersion() string {
|
|||||||
type (
|
type (
|
||||||
// Map a map[string]interface{}
|
// Map a map[string]interface{}
|
||||||
Map map[string]interface{}
|
Map map[string]interface{}
|
||||||
// CHex c rgb Hex type
|
// CHex define CHex as c rgb Hex type (C.MMRGBHex)
|
||||||
CHex C.MMRGBHex
|
CHex C.MMRGBHex
|
||||||
// CBitmap c bitmap type C.MMBitmapRef
|
// CBitmap define CBitmap as C.MMBitmapRef type
|
||||||
CBitmap C.MMBitmapRef
|
CBitmap C.MMBitmapRef
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user