mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-06 10:47:30 +08:00
Select all nodes functionality added
This commit is contained in:
@@ -9,6 +9,7 @@ export default class MouseTracking extends Pointing {
|
||||
let self = this
|
||||
this.mousemoveHandler = e => {
|
||||
self.blueprint.entity.mousePosition = self.getLocation(e)
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user