Lines Matching refs:Pads
61 PADStatus Pads[PAD_MAX_CONTROLLERS]; variable
73 Pads[chan].err, in PrintPads()
74 (Pads[chan].button & PAD_BUTTON_A) ? 'O' : '_', in PrintPads()
75 (Pads[chan].button & PAD_BUTTON_B) ? 'O' : '_', in PrintPads()
76 (Pads[chan].button & PAD_BUTTON_X) ? 'O' : '_', in PrintPads()
77 (Pads[chan].button & PAD_BUTTON_Y) ? 'O' : '_', in PrintPads()
78 (Pads[chan].button & PAD_BUTTON_START) ? 'O' : '_', in PrintPads()
79 (Pads[chan].button & PAD_TRIGGER_Z) ? 'O' : '_', in PrintPads()
80 (Pads[chan].button & PAD_TRIGGER_L) ? 'O' : '_', in PrintPads()
81 (Pads[chan].button & PAD_TRIGGER_R) ? 'O' : '_', in PrintPads()
83 (Pads[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in PrintPads()
84 (Pads[chan].button & PAD_BUTTON_RIGHT) ? '>' : '_', in PrintPads()
85 (Pads[chan].button & PAD_BUTTON_UP) ? '^' : '_', in PrintPads()
86 (Pads[chan].button & PAD_BUTTON_DOWN) ? 'v' : '_', in PrintPads()
88 Pads[chan].stickX, in PrintPads()
89 Pads[chan].stickY, in PrintPads()
90 Pads[chan].substickX, in PrintPads()
91 Pads[chan].substickY, in PrintPads()
92 Pads[chan].triggerLeft, in PrintPads()
93 Pads[chan].triggerRight); in PrintPads()
112 PADRead(Pads); in main()
118 switch (Pads[chan].err) in main()
150 memcpy(org, Pads, sizeof org); in main()
151 PADClamp(Pads); in main()
155 memcpy(Pads, org, sizeof org); in main()
156 PADClampCircle(Pads); in main()