input-devices-$4.lzx
<canvas width="100%" height="110">
<view width="100" height="100" bgcolor="green">
<handler name="onclick">
lz.Cursor.showHandCursor(true);
</handler>
</view>
<view x="110" width="100" height="100" bgcolor="yellow">
<handler name="onmouseover">
lz.Cursor.showHandCursor(true);
</handler>
<handler name="onmouseout">
lz.Cursor.showHandCursor(false);
</handler>
</view>
<view x="220" width="100" height="100" bgcolor="red">
<handler name="onclick">
lz.Cursor.showHandCursor(false);
</handler>
</view>
</canvas>
Cross References