Commit graph

5 commits

Author SHA1 Message Date
LiquidFenrir
6de3a5dccb rename touchscreen.hpp to inputstate.hpp
switch:
- make InputState hold the data directly instead of inheriting the 2 used things.
- make it hold 3 u64 attributes for the keys, instead of exposing PadState and requiring usage to be through padGetButtons and derivatives
- added a global constant pointer to it for Clickable and Scrollable to use, hoping to fix the crash
2021-05-20 12:42:25 +02:00
LiquidFenrir
2f5f3e4a7d change class name to reflect usage 2021-04-18 16:31:14 +02:00
LiquidFenrir
98f020f7fe finish touch hid rewrite for switch + bonuses
make empty destructors default, same effect. do we even need to define them?
Fix uses platform dependent header files defining what gets passed to the different update functions
All "fix me"s eradicated
needs testing to ensure nothing broke
2021-04-18 16:18:03 +02:00
BernardoGiordano
77b5097177 Cleanup 2019-07-08 21:38:46 +02:00
BernardoGiordano
a294313754 Complete overlays 2019-07-07 21:48:23 +02:00