Input system further simplified

This commit is contained in:
barsdeveloper
2021-10-04 21:35:01 +02:00
parent 5963836947
commit 0563663dfc
5 changed files with 69 additions and 102 deletions

View File

@@ -120,6 +120,7 @@ export default class UEBlueprint extends HTMLElement {
this.selectObject = new USelect(this.getGridDOMElement(), this, {
clickButton: 0,
moveEverywhere: true,
exitAnyButton: true
})
}