|
c24dfe559b
|
[Android] Change how the onTouchEvent native method works. Just pass in the correct Button ID and Action and it'll be pressed or not. Not actually rigged up to the Java code yet. Doesn't support anything with an Axis yet so no C stick, main stick, L and R triggers
|
2013-10-26 05:36:20 -05:00 |
|
|
96a77f9feb
|
[Android] Fix the ability to stop the game and start another.
|
2013-09-23 01:43:18 -05:00 |
|
|
2897619ddb
|
Removal of my terrible idea.
|
2013-09-02 05:31:48 -05:00 |
|
|
831963616f
|
[Android] Make texture loading/deleting/drawing backend non-specific by making them happen in the backend instead of somewhere else. Just a clean up commit really.
|
2013-09-02 01:40:05 -05:00 |
|
|
7223778520
|
[Android] Gamepad input. Refactor JNI native functions to all pull from a single class instead of everywhere willy-nilly
|
2013-06-18 07:09:38 -05:00 |
|
|
7772f0d071
|
Merge branch 'Android-trash' since it is no longer quite so trashy.
|
2013-04-14 23:36:00 -05:00 |
|
|
44bbb54a62
|
Add a Androind ControllerInterface class for allowing input in a non-hacky way. Add a default GCPad.ini file so it actually works.
|
2013-04-14 23:02:53 -05:00 |
|
|
bde7ea00ef
|
Removes the Java ButtonManager for one in the C++ source so the OSD class can call in to it each frame for drawing the buttons. Copy our assets to the dolphin-emu directory for now. Remove NativeRenderer, ButtonManager, and Button Java classes since they aren't used anymore. Buttons A, B, and Start all work and are drawn on screen now. Button input on Android is still a bit hacky, needs a proper controller interface still. Android specific button drawing code is still hanging out in SWRenderer.cpp
|
2013-04-14 20:39:56 -05:00 |
|