commit | b1a00841c9cf9de4d2c8637dd05b0d0c628f3cd2 | [log] [tgz] |
---|---|---|
author | Harry Cutts <hcutts@google.com> | Tue Dec 06 16:20:29 2022 +0000 |
committer | Harry Cutts <hcutts@google.com> | Wed Dec 07 12:23:15 2022 +0000 |
tree | a6b5e75768b3907028eb47d68ebf005fbfcd2421 | |
parent | 30e8c3f1b84932c4b822dac8b1fddf6e8870fac4 [diff] |
Move methods from TouchCursorInputMapperCommon.h into a cpp file These methods are currently all used by two other files, but I want to use one of them in TouchpadInputMapper.cpp. This means that I get compilation errors saying the others are unused. Moving the method definitions into a cpp file fixes this. Bug: b/251196347 Test: builds without errors Change-Id: Idc8b7bf2c8a1cb202e3122bcf5ff8552abbc9ca5