mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
cursor CreatePNGImage in event emitter.
This commit is contained in:
@ -8,7 +8,7 @@ type WebRTCPeer interface {
|
||||
|
||||
SetVideoID(videoID string) error
|
||||
SendCursorPosition(x, y int) error
|
||||
SendCursorImage(cur *CursorImage) error
|
||||
SendCursorImage(cur *CursorImage, img []byte) error
|
||||
|
||||
Destroy() error
|
||||
}
|
||||
|
Reference in New Issue
Block a user