Documentation ¶
Index ¶
- func AppendAssetBytes(bytes []byte)
- func IsRunning() bool
- func RespondAsset(id int, success bool, data []uint8) (err error)
- func RespondChangeLanguage(id int) (err error)
- func RespondInterstitialAds(id int, success bool) (err error)
- func RespondOpenLink(id int) (err error)
- func RespondPurchase(id int, success bool, purchases []uint8) (err error)
- func RespondRestorePurchases(id int, success bool, purchases []uint8) (err error)
- func RespondRewardedAds(id int, success bool) (err error)
- func RespondSavePermanent(id int) (err error)
- func RespondSaveProgress(id int) (err error)
- func RespondShareImage(id int) (err error)
- func RespondShowShop(id int, success bool, purchases []uint8) (err error)
- func RespondUnlockAchievement(id int) (err error)
- func SetPlatformData(key string, value string) (err error)
- func SetScreenSize(widthInDP, heightInDP int)
- func Start(widthInDP int, heightInDP int, requester Requester, project []byte, ...) (err error)
- func Update() (err error)
- func UpdateTouchesOnAndroid(action int, id int, x, y int)
- func UpdateTouchesOnIOS(phase int, ptr int64, x, y int)
- type Requester
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendAssetBytes ¶
func AppendAssetBytes(bytes []byte)
func RespondChangeLanguage ¶
func RespondInterstitialAds ¶
func RespondOpenLink ¶
func RespondRestorePurchases ¶
func RespondRewardedAds ¶
func RespondSavePermanent ¶
func RespondSaveProgress ¶
func RespondShareImage ¶
func SetPlatformData ¶
func SetScreenSize ¶
func SetScreenSize(widthInDP, heightInDP int)
func UpdateTouchesOnAndroid ¶
func UpdateTouchesOnIOS ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.