package
0.0.0-20190522095505-ed00d80d15da
Repository: https://github.com/faiface/gui.git
Documentation: pkg.go.dev

# Functions

Borderless option makes the window borderless.
Maximized option makes the window start maximized.
New creates a new window with all the supplied options.
Resizable option makes the window resizable by the user.
Size option sets the width and height of the window.
Title option sets the title (caption) of the window.

# Constants

List of all mouse buttons.
List of all mouse buttons.
List of all mouse buttons.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.
List of all keyboard keys.

# Structs

Win is an Env that handles an actual graphical window.

# Type aliases

Button indicates a mouse button in an event.
Key indicates a keyboard key in an event.
Option is a functional option to the window constructor New.