Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > GenericPlatform > FGenericPlatformSoftwareCursor
- ICursor::Lock()
- FGenericPlatformSoftwareCursor::Lock()
References
Module | ApplicationCore |
Header | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSoftwareCursor.h |
Include | #include "GenericPlatform/GenericPlatformSoftwareCursor.h" |
Source | /Engine/Source/Runtime/ApplicationCore/Private/GenericPlatform/GenericPlatformSoftwareCursor.cpp |
virtual void Lock
&40;
const RECT &42;const Bounds
&41;
Remarks
Locks the cursor to the passed in bounds
Parameters
Name | Description |
---|---|
Bounds | The bounds to lock the cursor to. Pass NULL to unlock. |