File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,6 +183,8 @@ EntityMouseDownHandler | onEntityMouseDown | :x: | :x:
183183EntityMouseUpHandler | onEntityMouseUp | :x : | :x : | :heavy_check_mark : |
184184EntityMouseClickHandler | onEntityMouseClick | :x : | :x : | :heavy_check_mark : |
185185EntityMouseDragHandler | onEntityMouseDrag | :x : | :x : | :heavy_check_mark : |
186+ EntityMouseEnterHandler | onEntityMouseEnter | :x : | :x : | :heavy_check_mark : |
187+ EntityMouseLeaveHandler | onEntityMouseLeave | :x : | :x : | :heavy_check_mark : |
186188CanvasResizeHandler | onCanvasResize | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
187189WindowResizeHandler | onWindowResize | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
188190
@@ -202,6 +204,8 @@ func onEntityMouseDown(globalLocation:Point)
202204func onEntityMouseUp (globalLocation :Point)
203205func onEntityMouseClick (globalLocation :Point)
204206func onEntityMouseDrag (globalLocation :Point, movement :Point)
207+ func onEntityMouseEnter (globalLocation :Point)
208+ func onEntityMouseLeave (globalLocation :Point)
205209
206210// Re-sizing Events
207211func onCanvasResize (size :Size)
You can’t perform that action at this time.
0 commit comments