Thanks again for the answer!
Unfortunately I was searching for an hotkey because I'd like to use the ignore deactivation function with every game I have (if I need to of course).
I managed to create this function that works with an hotkey thanks to yours:
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
BFS.DisplayFusion.RunFunction("Blocca/Sblocca il Cursore del Mouse dal Monitor Corrente [Solo Pro]");
BFS.DisplayFusion.RunFunction("Muovi il Cursore del Mouse nel Precedente Monitor");
}
}
I had to translate to italian the functions because they didn't work before, but for some reason I can't add the Ignore deactivation one because even if I translate it it just refuse to work with my function. (this one BFS.DisplayFusion.RunFunction("Previeni Disattivazione Finestra (mantiene le finestre dei giochi attive) [Solo Pro]"); )
But thanks to that function I reduced to 2 the number of hotkeys to press to use the secondary monitor (one to deactivate it with the included function, and one to move the cursor with that script) and that's exactly what I wanted (it would be better if I could manage to add to my script the ignore deactivation feature but I don't know why it refuse to work..)
Anyway this method works great with Guild Wars 2, with Bioshock Infinite I don't know why but every time I click on the taskbar (I use the Windows' default one) the cursor just moves all the way to the bottom right corner of my secondary monitor. This happens only if I interact with the taskbar, if I click on the desktop or use applications everything works perfectly.
I haven't tried yet with other games, as soon as I can I'll try it out with something else (hoping that my trial period doesn't end first
)
EDIT: I managed to try also with Far Cry 3 and with that game the cursor just refuses to stay on the secondary monitor. It flashes for 0.5secs on the other monitor and then it reappears on the gaming one
.It seems that every other game I have installed in my system works in "fullscreen windowed" so I cannot try it with them.