citra-emu
/
citra-canary
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src/citra_qt
NeatNit 4ee914c7a8 implemented touch in Qt and SDL
change TouchToPixelPos to return std::pair<int, int>

static_cast (SDL)

various minor style and code improvements

style - PascalCase for function names

made touch events private

const pointer arg in touch events

make TouchToPixelPos a const member function

did I do this right?

braces on barely-multiline if

remove question comment (confirmed in Discord)

fixed consts

remove unused parameter from TouchEndEvent

DRY - High-DPI scaled touch put in separate function

also fixes a bug where if you start touching (with either mouse or touchscreen) and drag the mouse to the LEFT of the emulator window, the touch point jumps to the RIGHT side of the touchscreen; draggin to above the window would make it jump to the bottom.

implicit conversion from QPoint to QPointF, apparently

I have no idea what const even means but I'll put it here anyway

remove unused or used-once variables

make touch scaling functions const, and put their implementations together

removed unused FingerID parameters

QTouchEvent forward declaration; add comment to TouchBegin that was lost in an edit

better DRY in SDL

To do -> TODO(NeatNit)

remove unused include
2018-10-09 23:10:28 +08:00
..
applets citra_qt: Add length validation 2018-07-10 13:05:13 +08:00
camera Move if 2018-10-05 09:27:16 -05:00
configuration ui_settings: Place definition of the theme array within the cpp file 2018-10-06 16:22:28 +02:00
debugger Address review comments 2018-09-21 16:39:10 +02:00
multiplayer Merge pull request #4211 from wwylele/web-cleanup 2018-09-29 23:02:27 -04:00
updater reformat all files with clang-format 2018-06-29 16:56:12 +03:00
util Antialias game list compatibility pixmaps 2018-09-17 19:00:28 +05:30
CMakeLists.txt Backport some review fixes of Lioncash 2018-09-01 15:41:46 +02:00
Info.plist CMake: Fix Info.plist template for citra_qt/OSX 2016-07-21 21:33:54 +01:00
aboutdialog.cpp Port #942 from yuzu: "qt: Minor cleanup-related changes" 2018-08-24 17:14:09 +02:00
aboutdialog.h Clean up aboutdialog.h 2018-08-25 14:45:50 +02:00
aboutdialog.ui citra-qt: Add build date in about dialog 2018-06-18 21:21:00 +08:00
bootmanager.cpp implemented touch in Qt and SDL 2018-10-09 23:10:28 +08:00
bootmanager.h implemented touch in Qt and SDL 2018-10-09 23:10:28 +08:00
citra-qt.rc Fix icon for citra qt 2017-09-03 11:26:10 -06:00
compatdb.cpp log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
compatdb.h enum class 2018-01-20 09:56:02 -06:00
compatdb.ui add compatibility reporting to qt frontend 2018-01-01 19:25:38 -06:00
discord.h Add Discord Rich Presence Support (#3883) 2018-08-20 11:20:33 +02:00
discord_impl.cpp Add Discord Rich Presence Support (#3883) 2018-08-20 11:20:33 +02:00
discord_impl.h Add Discord Rich Presence Support (#3883) 2018-08-20 11:20:33 +02:00
game_list.cpp citra-qt: disable directory watcher during CIA installation (#4284) 2018-10-08 15:37:44 -05:00
game_list.h citra-qt: disable directory watcher during CIA installation (#4284) 2018-10-08 15:37:44 -05:00
game_list_p.h citra_qt, core: game list "Open XXX Location" improvements 2018-10-01 08:42:22 +08:00
hotkeys.cpp qt/hotkey: Get rid of global hotkey map instance 2018-08-25 13:43:11 +02:00
hotkeys.h qt/hotkey: Get rid of global hotkey map instance 2018-08-25 13:43:11 +02:00
hotkeys.ui Add Configure widget 2016-03-21 20:03:18 +01:00
main.cpp citra-qt: disable directory watcher during CIA installation (#4284) 2018-10-08 15:37:44 -05:00
main.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
main.ui citra_qt, movie: allow recording/playback before emulation starts 2018-08-20 11:34:27 +02:00
ui_settings.cpp ui_settings: Place definition of the theme array within the cpp file 2018-10-06 16:22:28 +02:00
ui_settings.h ui_settings: Place definition of the theme array within the cpp file 2018-10-06 16:22:28 +02:00