I'm writing some code (in Codelite), was using GetCursorPos(), no problem. But when I want to call GetPhysicalCursorPos(), it says that it's not declared in this scope...
Same with SetCursorPos working ok but not SetPhysicalCursorPos...
They should both work ok as I included windows.h, don't know what to do...
I tried with importing it from user32.dll but it should not be like that...
Thanks for helping me.