Øystein Bjørke
Øystein Bjørke
thanks for including code to reproduce!
I suggest to mark `CurrentPosition` and `EnableCurrentPosition` obsolete (but keep the current implementation) and create new properties: - `CalculateMousePositions` - enable/disable mouse position calculations - `MouseModelHitPosition` - the position of...
Any better ideas? Could also create an enum that determines which method to use (none, model hit, plane intersection)
Could also use "pointer" instead of "mouse" in the property names, so this feature can also be used for touch events
Great! Please squash the commit history and use english in the commit description before doing a PR! :-)
Issue taken by @chrkon!
This looks good! Good idea to use "cursor" instead of "mouse" or "pointer". What about: - Rename `Cursor3DPosition` to `CursorPosition` (consistent with `CalculateCursorPosition`, the type will show that it is...
Good idea!
For an example of usage for such events, see http://www.highcharts.com/demo/line-basic
[Peak finding](http://www.originlab.com/index.aspx?go=Products/Origin/DataAnalysis/PeakAnalysis/PeakFinding)