void OnDragLeft(Bool draw, float x, float y, long blockId, int keys)
Called when the user is in the middle of a drag operation; called once with draw equal to FALSE and with x and y equal to the old values, then again with draw equal to TRUE and updated x and y (to allow erase/draw operations).