Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created June 22, 2017 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/896af9f17a9e1a4577f7df34fe43538a to your computer and use it in GitHub Desktop.
Save bjoerntx/896af9f17a9e1a4577f7df34fe43538a to your computer and use it in GitHub Desktop.
function textFieldEnteredHandler(e) {
_fieldBounds = e.bounds;
_fieldName = e.fieldName;
_fieldParameters = e.parameters;
drawOverlay();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment