Added click navigation
This commit is contained in:
parent
61ea32efb8
commit
0c305295d3
3 changed files with 21 additions and 4 deletions
|
|
@ -98,6 +98,13 @@ export default {
|
|||
}
|
||||
},
|
||||
|
||||
mounted() {
|
||||
// A global signal listener to perform a move action
|
||||
this.$root.$on('globalMoveEvent', (x, y, z, absolute) => {
|
||||
this.moveRequest(x, y, z, absolute)
|
||||
})
|
||||
},
|
||||
|
||||
methods: {
|
||||
// Handle global mouse wheel events to be associated with navigation
|
||||
wheelMonitor: function(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue