I added a global variable called "touchHere".
On start of layout I set touchHere to half the window width.
When timescale is not 0 I set the paddle's X to touchHere.
When in touch I update touchHere with Touch.X
This seemed to work. Image attached for clarity.