Matt Kevins

Results 5 comments of Matt Kevins

@yangweigbh as @xeoshow mentions, I have my codebase structured the typical LibGDX way for cross platform support. I'm wondering what would be required to get your extension to work with...

@EtK2000, the trigger worked in the android sdk sample, but not in the sample provided here. Have you gotten it to work?

@EtK2000, I should mention, my cardboard device is a version 2 device, and doesn't use the magnet for the trigger. It uses a screen tap which should be interpretted as...

**Update:** By adding the following code at the start of the ```create()``` method in ```CardBoardDemo.java``` (at line 49), it somehow fixes the issue. I suspect that somewhere, the ```onTouch()``` method...

@yangweigbh I noticed that your extension has rendering directly in the android code (instead of core). Was there a reasoning behind deviating from the typical structure of a LibGdx app?