Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 9, 2023 12:49
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/25be6c881d30a56ae0f7005086ece38f to your computer and use it in GitHub Desktop.
Save bjoerntx/25be6c881d30a56ae0f7005086ece38f to your computer and use it in GitHub Desktop.
public InputPosition(int page, int line, int column);
public InputPosition(int textPosition);
public InputPosition(int textPosition, TextFieldPosition textFieldPosition);
public InputPosition(Point location);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment