I found this cool site which has this very smooth cursor following code. How can this be implemented into c# winforms? The gif of the site
I saw sites on stackoverflow about this but they don't seem to be working. Please help out
I found this cool site which has this very smooth cursor following code. How can this be implemented into c# winforms? The gif of the site
I saw sites on stackoverflow about this but they don't seem to be working. Please help out
If you use a center point (the center of the eye), then your screen is delimited in four zones.
Just use Math.acos
with the x pos of your cursor position relative to your center point and you get the angle your eye needs to look at.