Documentation ¶
Index ¶
- Variables
- type Process
- func (p *Process) CADEvent()
- func (p *Process) Capture(timeout time.Duration) (*image.RGBA, error)
- func (p *Process) Close()
- func (p *Process) GetClipboard() string
- func (p *Process) KeyboardEvent(data *network.VncKeyboard)
- func (p *Process) MouseEvent(data *network.VncMouse)
- func (p *Process) ScrollEvent(data *network.VncScroll)
- func (p *Process) SetClipboard(data *network.VncClipboard)
- func (p *Process) SetCursor(b bool)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotSupported = errors.New("not supported")
ErrNotSupported not supported
Functions ¶
This section is empty.
Types ¶
type Process ¶
type Process struct {
// contains filtered or unexported fields
}
Process process
func CreateWorker ¶
CreateWorker create worker process
func (*Process) GetClipboard ¶
GetClipboard get clipboard data from child process
func (*Process) KeyboardEvent ¶
func (p *Process) KeyboardEvent(data *network.VncKeyboard)
KeyboardEvent dispatch keyboard event to child process
func (*Process) MouseEvent ¶
MouseEvent dispatch mouse event to child process
func (*Process) ScrollEvent ¶
ScrollEvent dispatch scroll event to child process
func (*Process) SetClipboard ¶
func (p *Process) SetClipboard(data *network.VncClipboard)
SetClipboard set clipboard data to child process
Click to show internal directories.
Click to hide internal directories.