I want to combine the SketchViewModel for sketching temporary geometries with the GeometryEngine to show a buffer around the graphic as it's being drawn. I can't figure out how to listen for create sketch in order to generate the buffer on mousemove.
Blake,
I put a break point in Chrome debugger tools where the viewPointerMoveEvent.remove(); line is and then when I hit that break point I went and put another break point in the
function viewPointerMoveHandler(viewEvt) { block to see it it really got removed and I never hit the second break point.