Module ndk::event[][src]

Expand description

A wrapper around the NDK’s AInputEvent.

Most of these operations directly wrap functions in the NDK. Documentation for all NDK functions in this module can be found here. See also the javadocs for android.view.InputEvent, android.view.MotionEvent, and android.view.KeyEvent.

Structs

A bitfield representing the state of buttons during a motion event.

A bitfield representing which edges were touched by a motion event.

Represents a view into a past moment of a motion event

An iterator over all the historical moments in a MotionEvent.

A view into a pointer at a historical moment

An iterator over the pointers in a historical motion event

A key event.

Flags associated with KeyEvent.

A bitfield representing the state of modifier keys during an event.

A motion event.

Flags associated with this MotionEvent.

A view into the data of a specific pointer in a motion event.

An iterator over the pointers in a MotionEvent.

Enums

An axis of a motion event.

Key actions.

Key codes.

A motion action.

An enum representing the source of an InputEvent.