MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsMouseTracking

Function IsMouseTracking

Source/Engine/Platform/Base/WindowBase.h:470–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

OnUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected