| 468 | /// Gets the value indicating whenever mouse input is tracked by this window. |
| 469 | /// </summary> |
| 470 | API_PROPERTY() bool IsMouseTracking() const |
| 471 | { |
| 472 | return _isTrackingMouse; |
| 473 | } |
| 474 | |
| 475 | /// <summary> |
| 476 | /// Gets the value indicating if the mouse flipped to the other screen edge horizontally |