Add last activity functions for pointing device (#20079)

This commit is contained in:
Drashna Jaelre 2023-03-30 18:27:39 -07:00 committed by GitHub
parent 8686c527f7
commit 297779385f
Failed to generate hash of commit
6 changed files with 61 additions and 40 deletions

View file

@ -127,6 +127,7 @@ typedef struct _split_slave_haptic_sync_t {
typedef struct _split_slave_activity_sync_t {
uint32_t matrix_timestamp;
uint32_t encoder_timestamp;
uint32_t pointing_device_timestamp;
} split_slave_activity_sync_t;
#endif // defined(SPLIT_ACTIVITY_ENABLE)