Details
Description
Neptune uses multiprocess mode
thus we have independent dll for the each process (it's good, that we use shared lib and have singleton behavior for free), but we cant control the behavior of each CN instance inside processes.
Proposal: use shared memory and states about the global window position to control which element has cursor now.