Structs§
- Motion
- Data about a motion event.
Enums§
- Asset
Error - Event
- An event triggered by the Android environment.
- Motion
Action - The type of pointer action in a motion event.
Statics§
- ANDROID_
APP - This static variable will store the android_app* on creation, and set it back to 0 at destruction. Apart from this, the static is never written, so there is no risk of race condition.
Traits§
Functions§
- add_
sender - Adds a sender where events will be sent to.
- add_
sender_ missing - Adds a sender where events will be sent to, but also sends any missing events to the sender object.
- add_
sync_ event_ handler - Adds a SyncEventHandler which will process sync events from the polling loop.
- cargo_
apk_ ⚠injected_ glue_ add_ sender - cargo_
apk_ ⚠injected_ glue_ add_ sender_ missing - cargo_
apk_ ⚠injected_ glue_ add_ sync_ event_ handler - cargo_
apk_ ⚠injected_ glue_ get_ native_ window - cargo_
apk_ ⚠injected_ glue_ load_ asset - cargo_
apk_ ⚠injected_ glue_ remove_ sync_ event_ handler - cargo_
apk_ ⚠injected_ glue_ set_ multitouch - cargo_
apk_ ⚠injected_ glue_ wake_ event_ loop - cargo_
apk_ ⚠injected_ glue_ write_ log - get_app
- Return a reference to the application structure.
- get_
native_ ⚠window - Returns a handle to the native window.
- inputs_
callback - The callback for input.
- load_
asset - remove_
sync_ event_ handler - Removes a SyncEventHandler.
- set_
multitouch - write_
log