Documentation
¶
Index ¶
- Variables
- type Bitmap
- type RdpClient
- func (g *RdpClient) Close()
- func (g *RdpClient) Height() int
- func (g *RdpClient) KeyDown(sc int)
- func (g *RdpClient) KeyUp(sc int)
- func (g *RdpClient) Login(domain string, user string, password string) error
- func (g *RdpClient) MouseDown(button int, x, y int)
- func (g *RdpClient) MouseMove(x, y int)
- func (g *RdpClient) MouseUp(button int, x, y int)
- func (g *RdpClient) MouseWheel(scroll int)
- func (g *RdpClient) OnBitmap(paint func([]Bitmap)) *RdpClient
- func (g *RdpClient) OnClose(f func()) *RdpClient
- func (g *RdpClient) OnError(f func(e error)) *RdpClient
- func (g *RdpClient) OnPointerCached(f func(uint16)) *RdpClient
- func (g *RdpClient) OnPointerHide(f func()) *RdpClient
- func (g *RdpClient) OnPointerUpdate(f func(uint16, uint16, uint16, uint16, uint16, uint16, []byte, []byte)) *RdpClient
- func (g *RdpClient) OnReady(f func()) *RdpClient
- func (g *RdpClient) OnSucces(f func()) *RdpClient
- func (g *RdpClient) Width() int
Constants ¶
This section is empty.
Variables ¶
View Source
var ( KbdLayout uint32 = gcc.US KeyboardType uint32 = gcc.KT_IBM_101_102_KEYS KeyboardSubType uint32 = 0 )
Functions ¶
This section is empty.
Types ¶
type Bitmap ¶
type RdpClient ¶
type RdpClient struct {
// contains filtered or unexported fields
}
func NewRdpClient ¶
func (*RdpClient) MouseWheel ¶
func (*RdpClient) OnPointerCached ¶ added in v0.3.3
func (*RdpClient) OnPointerHide ¶ added in v0.3.3
func (*RdpClient) OnPointerUpdate ¶ added in v0.3.3
Click to show internal directories.
Click to hide internal directories.