add some docs

This commit is contained in:
Dylan Vorster
2018-02-25 13:45:57 +02:00
parent 9b4f7d28d6
commit ac741d63a6
5 changed files with 152 additions and 68 deletions

22
docs/Interactive Usage.md Normal file
View File

@ -0,0 +1,22 @@
# End user usage
__Delete__ removes any selected items
![__Delete__](./images/rjdDelete.gif)
__Shift + Mouse Drag__ triggers a multi-selection box
![Shift + Mouse Drag](./images/mouseDrag.gif)
__Shift + Mouse Click__ selects the item (items can be multi-selected)
![Shift + Mouse Click](./images/shiftClick.gif)
__Mouse Drag__ drags the entire diagram
![Mouse Drag](./images/canvasDrag.gif)
__Mouse Wheel__ zooms the diagram in / out
![Mouse Wheel](./images/mouseWheel.gif)
__Click Link + Drag__ creates a new link point
![Click Link + Drag](./images/createPoint.gif)
__Click Node Port + Drag__ creates a new link
![Click Node Port + Drag](./images/createLink.gif)