Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct { // Feed is the channel to send new frames. Feed chan<- *LockableImage // Event is a readable channel of events from the client. // The value will be either a KeyEvent or PointerEvent. The // channel is closed when the client disconnects. Event <-chan interface{} // contains filtered or unexported fields }
type FrameBufferUpdateRequest ¶
6.4.3
type PixelFormat ¶
Click to show internal directories.
Click to hide internal directories.