ERIS CORE

◆ setPosition()

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

Set the Position object.

Parameters
new_origin_x
new_origin_y

Definition at line 129 of file AppBaseClass.h.

129 {origin_x=new_origin_x;origin_y=new_origin_y;_updatePosition();}
void _updatePosition()
int16_t origin_y
Definition: AppBaseClass.h:66
int16_t origin_x
Definition: AppBaseClass.h:65

References AppBaseClass::_updatePosition(), AppBaseClass::origin_x, and AppBaseClass::origin_y.

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

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