dolphin/Source/Core/DolphinWX
Ryan Houdek 29fc52cfa1 [Android] Stop eating button events we don't handle.
We were eating /all/ button events except the back button. This would cause issues where Android wouldn't receive button press events for things like
volume rockers. So you couldn't change the audio ingame, even if that button isn't bound to an input.

Now we return to Android if we've handled that button press, so it works fine.
2015-02-24 05:38:16 -06:00
..
Android [Android] Stop eating button events we don't handle. 2015-02-24 05:38:16 -06:00
Cheats Merge pull request #2018 from JosJuice/gameini-region-wildcard 2015-02-21 15:47:57 +01:00
Debugger Merge pull request #1978 from lioncash/dspwind 2015-02-23 12:57:27 +11:00
resources
AboutDolphin.cpp Clean Up 2015-01-24 17:10:21 -06:00
AboutDolphin.h
ARCodeAddEdit.cpp Use emplace_* functions where in-place construction is preferable 2015-02-04 11:39:08 -05:00
ARCodeAddEdit.h
CMakeLists.txt
ConfigMain.cpp Merge pull request #1942 from Buddybenj/No-Intro 2015-02-23 12:56:28 +11:00
ConfigMain.h Added support for AGP. Original patch by GreyRogue. 2015-01-24 12:13:23 +11:00
ControllerConfigDiag.cpp DolphinWX: Get rid of unnecessary Destroy calls 2015-02-11 09:38:38 -05:00
ControllerConfigDiag.h
DolphinWX.rc
DolphinWX.vcxproj
DolphinWX.vcxproj.filters
DolphinWX.vcxproj.user
FifoPlayerDlg.cpp
FifoPlayerDlg.h
Frame.cpp Merge pull request #2096 from lioncash/wx 2015-02-24 13:11:39 +11:00
Frame.h Initialised all controller interfaces together on CFrame construction to fix the crash that would occur if the controller config were opened before a game was started. 2015-02-04 18:05:22 +11:00
FrameAui.cpp
FrameTools.cpp Replace Country Names With No-Intro Names 2015-02-17 18:50:10 -06:00
GameListCtrl.cpp Merge pull request #1942 from Buddybenj/No-Intro 2015-02-23 12:56:28 +11:00
GameListCtrl.h
Globals.h Replace Country Names With No-Intro Names 2015-02-17 18:50:10 -06:00
HotkeyDlg.cpp Added the ability to map gamepad buttons to hotkeys. 2015-01-27 12:24:47 +11:00
HotkeyDlg.h Added the ability to map gamepad buttons to hotkeys. 2015-01-27 12:24:47 +11:00
Info.plist.in
InputConfigDiag.cpp DolphinWX: Get rid of unnecessary Destroy calls 2015-02-11 09:38:38 -05:00
InputConfigDiag.h DolphinWX: Get rid of unnecessary Destroy calls 2015-02-11 09:38:38 -05:00
InputConfigDiagBitmaps.cpp HotKey: fix warnings 2015-02-04 20:19:16 +01:00
ISOFile.cpp Merge pull request #1942 from Buddybenj/No-Intro 2015-02-23 12:56:28 +11:00
ISOFile.h
ISOProperties.cpp Merge pull request #1942 from Buddybenj/No-Intro 2015-02-23 12:56:28 +11:00
ISOProperties.h Remove the BAT checkbox/setting/implementation. 2015-02-11 20:24:51 -08:00
LogConfigWindow.cpp
LogConfigWindow.h
LogWindow.cpp
LogWindow.h
Main.cpp DolphinWX: fix -e parameter 2015-02-13 10:34:18 +01:00
Main.h
MainAndroid.cpp [Android] Stop eating button events we don't handle. 2015-02-24 05:38:16 -06:00
MainNoGUI.cpp
MemcardManager.cpp
MemcardManager.h
NetWindow.cpp
NetWindow.h
PatchAddEdit.cpp Use emplace_* functions where in-place construction is preferable 2015-02-04 11:39:08 -05:00
PatchAddEdit.h
PostProcessingConfigDiag.cpp DolphinWX: Change Enable(false) calls into Disable() where possible 2015-02-14 16:00:15 -05:00
PostProcessingConfigDiag.h
resource.h
SoftwareVideoConfigDialog.cpp
SoftwareVideoConfigDialog.h
TASInputDlg.cpp
TASInputDlg.h
VideoConfigDiag.cpp Merge pull request #2027 from Buddybenj/change-wording 2015-02-11 23:23:22 -05:00
VideoConfigDiag.h Merge pull request #1948 from magumagu/remove-efb-cache 2015-01-27 09:42:15 +01:00
WXInputBase.cpp
WXInputBase.h
WxUtils.cpp
WxUtils.h
X11Utils.cpp
X11Utils.h