support vertical slider

This commit is contained in:
airstruck
2015-12-07 21:56:56 -05:00
parent 66f652b295
commit c43d8bcf22
27 changed files with 251 additions and 184 deletions

View File

@@ -10,6 +10,11 @@ layout.slidey:onChange(function (event)
layout.progressBar.value = event.value
end)
layout.flowToggle:onChange(function (event)
layout.flowTest.flow = event.value and 'x' or 'y'
layout.slidey.flow = event.value and 'y' or 'x'
end)
layout.newButton:onPress(function (event)
print('creating a new thing!')
end)