InputDevice: return std::optional from getAbsoluteAxisInfo
This also allows us to remove the valid field from RawAbsoluteAxisInfo, since we can represent "invalid" axes (which usually just meant absent ones) using std::nullopt. Test: atest inputflinger_tests Test: m checkinput Test: Check "Raw Touch Axes" section of touch input mapper info in dumpsys input Bug: 245989146 Flag: EXEMPT refactor Change-Id: I045a2e0b61a84657f2f8171c1fee3cc3e331ac86
Loading
Please register or sign in to comment