mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add overlay events.
This commit is contained in:
@ -39,6 +39,10 @@ export interface NekoEvents {
|
||||
['room.screen.updated']: (width: number, height: number, rate: number) => void
|
||||
['room.clipboard.updated']: (text: string) => void
|
||||
['room.broadcast.status']: (isActive: boolean, url?: string) => void
|
||||
|
||||
// overlay events
|
||||
['overlay.click']: () => void
|
||||
['overlay.contextmenu']: () => void
|
||||
}
|
||||
|
||||
export class NekoMessages extends EventEmitter<NekoEvents> {
|
||||
|
Reference in New Issue
Block a user