Categorygithub.com/skelterjohn/go.wde
modulepackage
0.0.0-20190318181201-adc3f78cdb45
Repository: https://github.com/skelterjohn/go.wde.git
Documentation: pkg.go.dev

# README

go.wde

(W)indows, (d)rawing and (e)vents for Go.

Works on linux, windows, and os x with no setup beyond "go get".

(os x needs go 1.3 or newer)

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
Create a new window with the specified width and height.
Some wde backends (cocoa) require that this function be called in the main thread.
Call this when you want wde.Run() to return.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
only supported by xgb/win backends atm.
only supported by xgb/win backends atm.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CloseEvent is for when the window is closed.
KeyEvent is used for data common to all key events, and should not appear as an event received by the caller program.
KeyTypedEvent is for when a key is typed.
MagnifyEvent is used to represent a magnification gesture.
MouseButtonEvent is used for data common to all mouse button events, and should not appear as an event received by the caller program.
MouseDraggedEvent is for when the mouse is moved while a button is pressed.
MouseEvent is used for data common to all mouse events, and should not appear as an event received by the caller program.
MouseMovedEvent is for when the mouse moves within the window.
ResizeEvent is for when the window changes size.
RotateEvent is used to represent a rotation gesture.
Scroll Event is used to represent a scrolling gesture.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KeyDownEvent is for when a key is pressed.
KeyUpEvent is for when a key is unpressed.
MouseDownEvent is for when the mouse is clicked within the window.
MouseEnteredEvent is for when the mouse enters a window.
MouseExitedEvent is for when the mouse exits a window.
MouseUpEvent is for when the mouse is unclicked within the window.