I’m trying to create nine button input action (Num Lock for now) where each button gives me a different output.
Trying it out on the new Enhanced Input system and so far managed to replicate the sample using WASD, giving me the [-1,0],[1,0],[0,-1], and [0,1] outputs, but I can’t figure out, how to create [-1,-1] and others, that would be on diagonals, or [0,0] - center button.
Any tips, on which modifiers I need to use, or maybe a different approach altogether. The idea is that this input can be replaced with a stick on a controller or mouse.
Idealy the output would be an integer 0-9.
Thanks,