Skip to content

Commit

Permalink
feat: added note in config that window size can be changed by clickin…
Browse files Browse the repository at this point in the history
…g and dragging
  • Loading branch information
leeping-ng committed Dec 17, 2021
1 parent 98d3f78 commit 9762dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion peekingduck/pipeline/nodes/output/screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ class Node(AbstractNode):
window_size (:obj:`Dict`):
**default = { do_resizing: False, width: 1280, height: 720 }** |br|
Resizes the displayed window to the chosen width and weight, if ``do_resizing``
is set to ``true``.
is set to ``true``. The size of the displayed window can also be adjusted by
clicking and dragging.
window_loc (:obj:`Dict`): **default = { x: 0, y: 0 }** |br|
X and Y coordinates of the top left corner of the displayed window, with
reference from the top left corner of the screen, in pixels.
Expand Down

0 comments on commit 9762dc8

Please sign in to comment.