On old Input system can you tell if using mouse or trackpad

Can you tell whether user is using mouse or trackpad with Unity’s old input system?
(yes I will likely upgrade but would like to avoid it just at the minute).

Reason is one part of the game I am making is trickier with trackpad than mouse - although that’s case for most things!

Cheers

To my knowledge there is no way to check if the player is using trackpad or mouse.
To the game it comes as X and Y axis movements .