what are the single joystick prefab's inputs for the input manager

i tried these settings just to see if moving the joystick would do anything:
alt text

it didnt work so now i need help, im looking for names for the normal 8 directions i want to move,

thanks

There aren’t names; you just get axis values from -1 to +1 for each axis you want to read, using the Input.GetAxis(InputName).