console

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2019 License: BSD-3-Clause Imports: 2 Imported by: 3

README

go-console

go-console is a library to access the console of Windows. It it under the construction.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Kernel32 = windows.NewLazyDLL("kernel32")

Functions

This section is empty.

Types

type CoordT

type CoordT struct {
	// contains filtered or unexported fields
}

func (CoordT) X

func (c CoordT) X() int

func (CoordT) XY

func (c CoordT) XY() (int, int)

func (CoordT) Y

func (c CoordT) Y() int

type Handle

type Handle = windows.Handle

Handle is the alias of windows.Handle

func In

func In() Handle

func Out

func Out() Handle

ConOut returns the handle for Console-Output

type SmallRectT

type SmallRectT struct {
	// contains filtered or unexported fields
}

func LeftTopRightBottom

func LeftTopRightBottom(L, T, R, B int) *SmallRectT

func (SmallRectT) Bottom

func (s SmallRectT) Bottom() int

func (SmallRectT) Left

func (s SmallRectT) Left() int

func (SmallRectT) Right

func (s SmallRectT) Right() int

func (SmallRectT) Top

func (s SmallRectT) Top() int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL