We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please can we get a feature that returns a fields current x/y/w/h elements.
e.g.
local myField = form.addNumberField(line, nil, minValue, maxValue, function() return value end, function(newValue) value = newValue end)
x,y,w,h = myfield:ordinates()
This returns the current co-ordinates on screen.
Doing this will enable the forms to have some funky stuff where you detect the touch input on a part of the form.
The text was updated successfully, but these errors were encountered:
rect function added to all form fields available in the next nightlies
rect
Sorry, something went wrong.
bsongis-frsky
No branches or pull requests
Please can we get a feature that returns a fields current x/y/w/h elements.
e.g.
local myField = form.addNumberField(line, nil, minValue, maxValue, function() return value end, function(newValue) value = newValue end)
x,y,w,h = myfield:ordinates()
This returns the current co-ordinates on screen.
Doing this will enable the forms to have some funky stuff where you detect the touch input on a part of the form.
The text was updated successfully, but these errors were encountered: