indicates whether CSS pointer-events property is supported in the current browser
if (webix.env.pointerevents) do_something();
You can read about pointer-events here.