Multiple virtual joysticks

Can I have more than two virtual joysticks on mobile? I’m using the DefaultVirtualJoysticks TouchInterface and it hold an array of controls. So far they look something like this:

So what if I want to add a third thumbstick? I can add a new control in the array, but what Input Key could I assign it?

Thank you