AbstractInputMethodService.AbstractInputMethodSessionImpl.UpdateCursor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is called when cursor location of the target input field has changed within its window.
[Android.Runtime.Register("updateCursor", "(Landroid/graphics/Rect;)V", "GetUpdateCursor_Landroid_graphics_Rect_Handler")]
public abstract void UpdateCursor (Android.Graphics.Rect newCursor);
[<Android.Runtime.Register("updateCursor", "(Landroid/graphics/Rect;)V", "GetUpdateCursor_Landroid_graphics_Rect_Handler")>]
abstract member UpdateCursor : Android.Graphics.Rect -> unit
Parameters
- newCursor
- Rect
The rectangle of the cursor currently being shown in the input field's window coordinates.
Implements
- Attributes
Remarks
This method is called when cursor location of the target input field has changed within its window. This is not normally called, but will only be reported if requested by the input method.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.