OnTriggerEnter Invert Mouse X Axis

Anyone have an idea how I can use OnTriggerEnter to Invert the mouse’s x axis? Not the Y. The X. Preferably in C#

How about multiply the GetAxis return value by -1?