processMotion Method
Can be called by sub-classes as the default implementation of onMotion.
processMotion(): void
@see onMotion
@note Input fields are expected to call itemFieldNewInput when the user enters a value that is not a shortcut and call itemFieldCompletedInput when a value is accepted, such as when focusing out of the field. This is required for processMotion to correctly handle updating dynamic field values to reflect the current cursor location.
Returns - void
Defined in
- core/frontend/src/AccuDraw.ts Line 3204
Last Updated: 16 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.