ERIS CORE

◆ setWidgetPosition()

void AppBaseClass::setWidgetPosition ( int16_t  new_origin_x,
int16_t  new_origin_y 
)
inlineinherited

Set the Widget Position object.

Parameters
new_origin_x
new_origin_y

Definition at line 145 of file AppBaseClass.h.

145 {widget_origin_x=new_origin_x;widget_origin_y=new_origin_y;_updatePosition();}
void _updatePosition()
int16_t widget_origin_y
Definition: AppBaseClass.h:70
int16_t widget_origin_x
Definition: AppBaseClass.h:69

References AppBaseClass::_updatePosition(), AppBaseClass::widget_origin_x, and AppBaseClass::widget_origin_y.

Referenced by AppAudioToPolyphonic::initialize(), and AppWren::setWidgetPosition().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: