Deprecated
in favor of getCursorByInteractor Gets the InteractorCursor for a specified interactor
The interactor to get the cursor for
the InteractorCursor for the requested interactor, or null if it doesn't exist
Gets the InteractorCursor for a specified input type
The InteractorInputType to get the cursor for
the InteractorCursor for the requested InteractorInputType, or null if it doesn't exist
Gets the InteractorCursor for a specified interactor
The interactor to get the cursor for
the InteractorCursor for the requested interactor, or null if it doesn't exist
This singleton class manages the registration and retrieval of InteractorCursor instances. It ensures that each Interactor has a unique cursor and provides methods to get cursors by their associated Interactor.