Lines Matching refs:Pads
58 PADStatus Pads[PAD_MAX_CONTROLLERS]; variable
70 Pads[chan].err, in PrintPads()
71 (Pads[chan].button & PAD_BUTTON_A) ? 'O' : '_', in PrintPads()
72 (Pads[chan].button & PAD_BUTTON_B) ? 'O' : '_', in PrintPads()
73 (Pads[chan].button & PAD_BUTTON_X) ? 'O' : '_', in PrintPads()
74 (Pads[chan].button & PAD_BUTTON_Y) ? 'O' : '_', in PrintPads()
75 (Pads[chan].button & PAD_BUTTON_START) ? 'O' : '_', in PrintPads()
76 (Pads[chan].button & PAD_TRIGGER_Z) ? 'O' : '_', in PrintPads()
77 (Pads[chan].button & PAD_TRIGGER_L) ? 'O' : '_', in PrintPads()
78 (Pads[chan].button & PAD_TRIGGER_R) ? 'O' : '_', in PrintPads()
80 (Pads[chan].button & PAD_BUTTON_LEFT) ? '<' : '_', in PrintPads()
81 (Pads[chan].button & PAD_BUTTON_RIGHT) ? '>' : '_', in PrintPads()
82 (Pads[chan].button & PAD_BUTTON_UP) ? '^' : '_', in PrintPads()
83 (Pads[chan].button & PAD_BUTTON_DOWN) ? 'v' : '_', in PrintPads()
85 Pads[chan].stickX, in PrintPads()
86 Pads[chan].stickY, in PrintPads()
87 Pads[chan].substickX, in PrintPads()
88 Pads[chan].substickY, in PrintPads()
89 Pads[chan].triggerLeft, in PrintPads()
90 Pads[chan].triggerRight); in PrintPads()
109 PADRead(Pads); in main()
115 switch (Pads[chan].err) in main()
146 memcpy(org, Pads, sizeof org); in main()
147 PADClamp(Pads); in main()
151 memcpy(Pads, org, sizeof org); in main()
152 PADClampCircle(Pads); in main()