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