Exemple #1
0
bool is_joystick_pressed(void){
  return is_touch_sensor_4();
}
Exemple #2
0
bool controller_send(void)
{
  return is_touch_sensor_4();
}