Skip to content

Commit

Permalink
Add zoom_speed to LGraphCanvas type def (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne authored Aug 27, 2024
1 parent 1aa711d commit 41ab077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/litegraph.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,7 @@ export declare class LGraphCanvas {
visible_links: LLink[];
visible_nodes: LGraphNode[];
zoom_modify_alpha: boolean;
zoom_speed: number;
//mouse in canvas coordinates, where 0,0 is the top-left corner of the blue rectangle
mouse: Vector2;
//mouse in graph coordinates, where 0,0 is the top-left corner of the blue rectangle
Expand Down

0 comments on commit 41ab077

Please sign in to comment.