setStylusHandwritingEnabled

open fun setStylusHandwritingEnabled(@NonNull editorInfo: EditorInfo, enabled: Boolean)(source)

Set true if the editor has stylus handwriting enabled. false by default, editor must set it true to indicate that it supports stylus handwriting.

Parameters

editorInfo

the editor with which we set handwriting enabled.

enabled

true if stylus handwriting is enabled.

See also