Skip to content

Android: Mouse and Keyboard are no longer emulated by default in 3.10.0 #2929

Description

@terranprog

After upgrading Android app from 3.9.0 to 3.10.0-stable2, emulateMouse and emulateKeyboard default to false. Previously in 3.9.0 AndroidHarnessFragment defaulted both to true.

This means things like flyCam's drag-to-rotate no longer work.

Workaround is to explicitly set them to true in AppSettings:

        settings.setEmulateMouse(true);
        settings.setEmulateKeyboard(true);

Expected behaviour is for the defaults to remain the same as in 3.9.0-stable; i.e. true

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions