android.input

Undocumented in source.

Members

Enums

AINPUT_EVENT_TYPE_KEY
anonymousenum AINPUT_EVENT_TYPE_KEY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AINPUT_KEYBOARD_TYPE_NONE
anonymousenum AINPUT_KEYBOARD_TYPE_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AINPUT_MOTION_RANGE_X
anonymousenum AINPUT_MOTION_RANGE_X
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AINPUT_SOURCE_CLASS_MASK
anonymousenum AINPUT_SOURCE_CLASS_MASK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AINPUT_SOURCE_UNKNOWN
anonymousenum AINPUT_SOURCE_UNKNOWN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AKEY_EVENT_ACTION_DOWN
anonymousenum AKEY_EVENT_ACTION_DOWN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AKEY_EVENT_FLAG_WOKE_HERE
anonymousenum AKEY_EVENT_FLAG_WOKE_HERE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AKEY_STATE_UNKNOWN
anonymousenum AKEY_STATE_UNKNOWN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMETA_NONE
anonymousenum AMETA_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMOTION_EVENT_ACTION_MASK
anonymousenum AMOTION_EVENT_ACTION_MASK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMOTION_EVENT_EDGE_FLAG_NONE
anonymousenum AMOTION_EVENT_EDGE_FLAG_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMOTION_EVENT_FLAG_WINDOW_IS_OBSCURED
anonymousenum AMOTION_EVENT_FLAG_WINDOW_IS_OBSCURED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

AInputEvent_getDeviceId
int AInputEvent_getDeviceId(const(AInputEvent)* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AInputEvent_getSource
int AInputEvent_getSource(const(AInputEvent)* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AInputEvent_getType
int AInputEvent_getType(const(AInputEvent)* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AInputQueue_attachLooper
void AInputQueue_attachLooper(AInputQueue* queue, ALooper* looper, int ident, ALooper_callbackFunc callback, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AInputQueue_detachLooper
void AInputQueue_detachLooper(AInputQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AInputQueue_finishEvent
void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AInputQueue_getEvent
int AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AInputQueue_hasEvents
int AInputQueue_hasEvents(AInputQueue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AInputQueue_preDispatchEvent
int AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AKeyEvent_getAction
int AKeyEvent_getAction(const(AInputEvent)* key_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AKeyEvent_getDownTime
long AKeyEvent_getDownTime(const(AInputEvent)* key_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AKeyEvent_getEventTime
long AKeyEvent_getEventTime(const(AInputEvent)* key_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AKeyEvent_getFlags
int AKeyEvent_getFlags(const(AInputEvent)* key_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AKeyEvent_getKeyCode
int AKeyEvent_getKeyCode(const(AInputEvent)* key_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AKeyEvent_getMetaState
int AKeyEvent_getMetaState(const(AInputEvent)* key_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AKeyEvent_getRepeatCount
int AKeyEvent_getRepeatCount(const(AInputEvent)* key_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AKeyEvent_getScanCode
int AKeyEvent_getScanCode(const(AInputEvent)* key_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getAction
int AMotionEvent_getAction(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getDownTime
long AMotionEvent_getDownTime(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getEdgeFlags
int AMotionEvent_getEdgeFlags(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getEventTime
long AMotionEvent_getEventTime(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getFlags
int AMotionEvent_getFlags(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalEventTime
long AMotionEvent_getHistoricalEventTime(const(AInputEvent)* motion_event, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalOrientation
float AMotionEvent_getHistoricalOrientation(const(AInputEvent)* motion_event, size_t pointer_index, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalPressure
float AMotionEvent_getHistoricalPressure(const(AInputEvent)* motion_event, size_t pointer_index, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalRawX
float AMotionEvent_getHistoricalRawX(const(AInputEvent)* motion_event, size_t pointer_index, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalRawY
float AMotionEvent_getHistoricalRawY(const(AInputEvent)* motion_event, size_t pointer_index, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalSize
float AMotionEvent_getHistoricalSize(const(AInputEvent)* motion_event, size_t pointer_index, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalToolMajor
float AMotionEvent_getHistoricalToolMajor(const(AInputEvent)* motion_event, size_t pointer_index, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalToolMinor
float AMotionEvent_getHistoricalToolMinor(const(AInputEvent)* motion_event, size_t pointer_index, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalTouchMajor
float AMotionEvent_getHistoricalTouchMajor(const(AInputEvent)* motion_event, size_t pointer_index, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalTouchMinor
float AMotionEvent_getHistoricalTouchMinor(const(AInputEvent)* motion_event, size_t pointer_index, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalX
float AMotionEvent_getHistoricalX(const(AInputEvent)* motion_event, size_t pointer_index, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistoricalY
float AMotionEvent_getHistoricalY(const(AInputEvent)* motion_event, size_t pointer_index, size_t history_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getHistorySize
size_t AMotionEvent_getHistorySize(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getMetaState
int AMotionEvent_getMetaState(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getOrientation
float AMotionEvent_getOrientation(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getPointerCount
size_t AMotionEvent_getPointerCount(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getPointerId
int AMotionEvent_getPointerId(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getPressure
float AMotionEvent_getPressure(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getRawX
float AMotionEvent_getRawX(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getRawY
float AMotionEvent_getRawY(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getSize
float AMotionEvent_getSize(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getToolMajor
float AMotionEvent_getToolMajor(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getToolMinor
float AMotionEvent_getToolMinor(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getTouchMajor
float AMotionEvent_getTouchMajor(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getTouchMinor
float AMotionEvent_getTouchMinor(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getX
float AMotionEvent_getX(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getXOffset
float AMotionEvent_getXOffset(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getXPrecision
float AMotionEvent_getXPrecision(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getY
float AMotionEvent_getY(const(AInputEvent)* motion_event, size_t pointer_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getYOffset
float AMotionEvent_getYOffset(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AMotionEvent_getYPrecision
float AMotionEvent_getYPrecision(const(AInputEvent)* motion_event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT
enum AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

AInputEvent
struct AInputEvent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AInputQueue
struct AInputQueue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta