mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
支持除鼠标以外其他输入方式的Point位置获取,比如VR项目
This commit is contained in:
@@ -51,7 +51,8 @@ namespace XCharts.Runtime
|
||||
/// Whether the mouse pointer is in the chart.
|
||||
/// |鼠标是否在图表内。
|
||||
/// </summary>
|
||||
public bool isPointerInChart { get; protected set; }
|
||||
public bool isPointerInChart
|
||||
{ get { return m_PointerEventData != null; } }
|
||||
/// <summary>
|
||||
/// 警告信息。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user