Is there a way to disable an axis of the pointer? For instance. I only want the user to be able to move the pointer left and right i.e. disable y axis. I haven't been able to find a way yet. I'd appreciate any information someone can offer. Thanks for your time!
You can specify the rectangle where the pointer can be moved. If you restrict either the height or the width to one pixel, it should work as expected. I believe that the 'breakout' game delivered with the original primer works as this.