playMaker

Author Topic: Using Get Axis to reduce mouse speed  (Read 405 times)

BadgerFarmer

  • Playmaker Newbie
  • *
  • Posts: 11
Using Get Axis to reduce mouse speed
« on: February 07, 2024, 03:07:20 PM »
Hi,

I've been trying to figure out how to reduce mouse sensitivity/cursor speed during a game. I've read a few threads about Get Axis, but I'm still not clear how it should work.

In my UI I have a panel, and whenever you trigger a UI Drag in the panel, I need the cursor to reduce speed. It basically works like a touchpad that you can use to control the camera, but at the moment it's far too sensitive.

How can I use Get Axis to help? I get that I use Mouse X and Mouse Y as the axis names, but I'm not sure what I'm supposed to do with the stored variable, or anything else I need to make it take effect.

Thanks for any advice.

BadgerFarmer

  • Playmaker Newbie
  • *
  • Posts: 11
Re: Using Get Axis to reduce mouse speed
« Reply #1 on: February 17, 2024, 07:25:55 AM »
Any ideas on this? Or an alternative way of reducing mouse speed only while dragging the cursor in a particular area?