ERIS CORE

◆ onTouchRelease()

void FLASHMEM AppAudioToPolyphonic::onTouchRelease ( uint16_t  t_x,
uint16_t  t_y 
)
inlinevirtual

Event handler for touch release.

Parameters
t_x
t_y

Reimplemented from AppBaseClass.

Definition at line 218 of file AppAudioToPolyphonic.h.

218  {
219  x_end = t_x;
220  y_end = t_y;
221  x_last = t_x;
222  y_last = t_y;
223  //draw->drawLine(x_start,y_start,x_end,y_end,ILI9341_ORANGE);
224  }

References x_end, x_last, y_end, and y_last.