[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/games/game-activity/structandroid/input-buffer [Back]  [Original]

android_input_buffer Struct Reference  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

android_input_buffer

Summary

Public attributes

keyEvents[NATIVE_APP_GLUE_MAX_NUM_KEY_EVENTS]
Pointer to a read-only array of pointers to GameActivityKeyEvent.
keyEventsCount
uint64_t
The number of valid "Key" events in keyEvents.
motionEvents[NATIVE_APP_GLUE_MAX_NUM_MOTION_EVENTS]
Pointer to a read-only array of pointers to GameActivityMotionEvent.
motionEventsCount
uint64_t
The number of valid motion events in motionEvents.

Public attributes

keyEvents

GameActivityKeyEvent android_input_buffer::keyEvents[NATIVE_APP_GLUE_MAX_NUM_KEY_EVENTS]

Pointer to a read-only array of pointers to GameActivityKeyEvent.

Only the first keyEventsCount events are valid.

keyEventsCount

uint64_t android_input_buffer::keyEventsCount

The number of valid "Key" events in keyEvents.

motionEvents

GameActivityMotionEvent android_input_buffer::motionEvents[NATIVE_APP_GLUE_MAX_NUM_MOTION_EVENTS]

Pointer to a read-only array of pointers to GameActivityMotionEvent.

Only the first motionEventsCount events are valid.

motionEventsCount

uint64_t android_input_buffer::motionEventsCount

The number of valid motion events in motionEvents.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2022-03-15 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-03-15 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page