ezEngine Release 26.9
Loading...
Searching...
No Matches
ezMouseCursorOverrideDesc Struct Reference

#include <Declarations.h>

Public Member Functions

bool operator== (const ezMouseCursorOverrideDesc &rhs) const
 
bool operator!= (const ezMouseCursorOverrideDesc &rhs) const
 

Public Attributes

ezMouseCursorOverride::Enum m_OSCursor = ezMouseCursorOverride::Default
 How the OS cursor and the custom cursor are affected while this override is active.
 
bool m_bForceNoClip = true
 

Detailed Description

Describes one mouse cursor override.

See also
ezInputManager::PushMouseCursorOverride()

Member Data Documentation

◆ m_bForceNoClip

bool ezMouseCursorOverrideDesc::m_bForceNoClip = true

If true, ezMouseCursorClipMode::NoClip is forced while this override is active, so that the mouse can leave the window, no matter what the application requested.


The documentation for this struct was generated from the following file: