MCPcopy Create free account
hub / github.com/Illation/ETEngine / RegisterCursorShapeManager

Method RegisterCursorShapeManager

Engine/source/EtCore/Util/InputManager.cpp:136–140  ·  view source on GitHub ↗

--------------------------------- InputManager::RegisterCursorShapeManager Sets the object that changes the cursor shape

Source from the content-addressed store, hash-verified

134// Sets the object that changes the cursor shape
135//
136void InputManager::RegisterCursorShapeManager(I_CursorShapeManager* const shapeManager)
137{
138 ET_ASSERT(shapeManager != nullptr);
139 m_CursorShapeManager = shapeManager;
140}
141
142//---------------------------------
143// InputManager::SetCursorShape

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected