implement joystick item switching
This commit is contained in:
parent
00bfa72455
commit
7a61dc9368
8 changed files with 61 additions and 41 deletions
|
|
@ -73,7 +73,6 @@ void ItemWidget::deleteItem()
|
|||
|
||||
void ItemWidget::setValue(int8_t value)
|
||||
{
|
||||
moveToValue(value);
|
||||
if(auto workingItem = item_.lock())
|
||||
workingItem->setValue(value);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue