InputManager Class

Definition

Assembly:Mono.Android.dll

Provides information about input devices and available key layouts.

In this article

[Android.Runtime.Register("android/hardware/input/InputManager", ApiSince=16, DoNotGenerateAcw=true)]

public sealed class InputManager : Java.Lang.Object

type InputManager = class

inherit Object

Inheritance

InputManager

Remarks

Portions of this page are modifications based on work created and shared by the

Fields

Broadcast Action: Query available keyboard layouts.

Metadata Key: Keyboard layout metadata associated with

ActionQueryKeyboardLayouts.

Properties

Returns the unique instance of Class that represents this

object's class.

(Inherited from Object)

The handle to the underlying Android instance.

(Inherited from Object)

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)

Methods

Creates and returns a copy of this Object.

(Inherited from Object)

(Inherited from Object)

Compares this instance with the specified object and indicates if they

are equal.

(Inherited from Object)

Returns an integer hash code for this object.

(Inherited from Object)

Gets information about the input device with the specified id.

Gets the ids of all input devices in the system.

Invoked when the garbage collector has detected that this instance is no longer reachable.

(Inherited from Object)

Causes a thread which is waiting on this object's monitor (by means of

calling one of the wait() methods) to be woken up.

(Inherited from Object)

Causes all threads which are waiting on this object's monitor (by means

of calling one of the wait() methods) to be woken up.

(Inherited from Object)

Registers an input device listener to receive notifications about when

input devices are added, removed or changed.

Returns a string containing a concise, human-readable description of this

object.

(Inherited from Object)

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object.

(Inherited from Object)

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the

specified timeout expires.

(Inherited from Object)

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the

specified timeout expires.

(Inherited from Object)

Explicit Interface Implementations

Extension Methods

Applies to

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐