feat: change context menu from using cursor to pointer terminology
This commit is contained in:
parent
ecfa85c0ac
commit
d1518d1001
5 changed files with 9 additions and 9 deletions
|
@ -107,7 +107,7 @@ export interface ContextMenuItem {
|
|||
|
||||
export interface ContextMenuInterface {
|
||||
show: boolean,
|
||||
cursorX: number,
|
||||
cursorY: number,
|
||||
pointerX: number,
|
||||
pointerY: number,
|
||||
items: ContextMenuItem[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue