|
|
|
|
|
|
const int mouseButtonNum = 3; |
|
|
|
|
|
|
|
void _handleViewMetricsChanged(string method, List<JSONNode> args) { |
|
|
|
this._windowAdapter.onViewMetricsChanged(); |
|
|
|
this._displayMetrics.onViewMetricsChanged(); |
|
|
|
this._windowAdapte?.onViewMetricsChanged(); |
|
|
|
this._displayMetrics?.onViewMetricsChanged(); |
|
|
|
} |
|
|
|
|
|
|
|
protected virtual void InitWindowAdapter() { |
|
|
|