Update library
This commit is contained in:
parent
59d7351c8d
commit
6630170a3b
10 changed files with 42 additions and 273 deletions
|
@ -95,16 +95,6 @@ func ToggleFullscreen() {
|
|||
C.ToggleFullscreen()
|
||||
}
|
||||
|
||||
// UnhideWindow - Show the window
|
||||
func UnhideWindow() {
|
||||
C.UnhideWindow()
|
||||
}
|
||||
|
||||
// HideWindow - Hide the window
|
||||
func HideWindow() {
|
||||
C.HideWindow()
|
||||
}
|
||||
|
||||
// SetWindowIcon - Set icon for window (only PLATFORM_DESKTOP)
|
||||
func SetWindowIcon(image Image) {
|
||||
cimage := image.cptr()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue