Is it possible to get a square area flipped horizontally, I know this is kinda rare task, but its important, so, hope you could help me via any kind of software or script, thanks advanced...
I have a square area in the screen (perfect square) can I flip only that square area horizontally, leaving the rest of the screen the same, and at the same time whenever the mouse gets inside that square area, flip the mouse coordinates horizontally, so if I move the mouse to the right it goes to the left and viceversa, is that possible? I guess there is a catch in this task. Lets say I have a 100pix*100pix square in the middle of the screen that I want to invert the mouse movement whenever it gets inside it. when the mouse is in Left border of the screen and its moving to the Right and cross the Left boundary of the square, it inmediatly appears in the inner Right side of the square so if it is still moving to the Right the inverse effect will take it to the Left until it cross the Left boundary the square again so it appears inmediatly in the outer Right side of the square and continues to go to the Right side of the screen. Hope it make sence. I mean inside the 100pix*100pix in the X axis, the pixel 1 = pixel 100, pixel 2 = pixel 99, pixel 3 = pixel 98, and so on, I only want to inver the X axis. It is that possible? Thanks Advanced.