enablePinchZoom()
Enables pinch zoom functionality. When enabled, the player can pinch in/out with two fingers. Requires that they have a touch screen device.
local qiso = require "plugin.qisoengine"
qiso.setAssetsFolder("assets")
qiso.loadTiledMap("sample-tilemap")
print("Current zoom level: " .. qiso.getZoomLevel())