[]
        
(Showing Draft Content)

C1.Android.Input.DummyKeyListener

DummyKeyListener Class

Dummy class for key listeners.

Inheritance
DummyKeyListener
Namespace: C1.Android.Input
Assembly: C1.Android.Input.dll
Syntax
public class DummyKeyListener : BaseKeyListener

Constructors

Name Description
DummyKeyListener()

Properties

Name Description
InputType

Return the type of text that this key listener is manipulating, as per InputType.

Methods

Name Description
Backspace(View, IEditable, Keycode, KeyEvent)

Performs the action that happens when you press the KEYCODE_DEL key in a TextView.

ForwardDelete(View, IEditable, Keycode, KeyEvent)

Performs the action that happens when you press the KEYCODE_FORWARD_DEL key in a TextView.

OnKeyDown(View, IEditable, Keycode, KeyEvent)

Handles presses of the meta keys.

OnKeyOther(View, IEditable, KeyEvent)

Base implementation handles ACTION_MULTIPLE KEYCODE_UNKNOWN by inserting the event's text into the content.