mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-24 07:44:42 +08:00
Blueprint focusable
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import MouseWheel from "./MouseWheel";
|
||||
import MouseWheel from "./MouseWheel"
|
||||
|
||||
export default class Zoom extends MouseWheel {
|
||||
|
||||
wheel(variation, location) {
|
||||
let zoomLevel = this.blueprint.getZoom()
|
||||
zoomLevel -= variation
|
||||
|
||||
Reference in New Issue
Block a user