Module android_activity::input
source · Structs§
- A bitfield representing the state of buttons during a motion event.
- A bitfield representing which edges were touched by a motion event.
- An exclusive, lending iterator for input events
- Describes the keys provided by a keyboard device and their associated labels.
- 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
. - This struct holds a span within a region of text from
start
toend
.
Enums§
- An axis of a motion event.
- Identifies buttons that are associated with motion events.
- Enum of possible input events
- Key actions.
- Either represents, a unicode character or combining accent from a
KeyCharacterMap
, orNone
for non-printable keys. - An enum representing the types of keyboards that may generate key events
- Key codes.
- A motion action.
- An enum representing the source of an
MotionEvent
orKeyEvent
- The tool type of a pointer.