Navigation
API > API/Plugins > API/Plugins/StylusInput > API/Plugins/StylusInput/IStylusInputInstance
Description
Removes an event handler from this stylus input instances, and frees up all associated resources. The given event handler should have been added previously via a call to
| Name | RemoveEventHandler |
| Type | function |
| Header File | /Engine/Plugins/Editor/StylusInput/Source/StylusInput/Public/StylusInput.h |
| Include Path | #include "StylusInput.h" |
bool RemoveEventHandler
(
IStylusInputEventHandler * EventHandler
)
True if the event handler was removed successfully.
Parameters
| Name | Remarks |
|---|---|
| EventHandler | The event handler to be released. |