Add Touchpad to Feedback Sender

This commit is contained in:
Florian Märkl 2020-07-02 19:40:34 +02:00
commit cd3d700df8
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
3 changed files with 37 additions and 4 deletions

View file

@ -63,7 +63,7 @@ CHIAKI_EXPORT ChiakiErrorCode chiaki_feedback_history_event_set_button(ChiakiFee
* @param x from 0 to 1920
* @param y from 0 to 942
*/
CHIAKI_EXPORT ChiakiErrorCode chiaki_feedback_history_event_set_touchpad(ChiakiFeedbackHistoryEvent *event,
CHIAKI_EXPORT void chiaki_feedback_history_event_set_touchpad(ChiakiFeedbackHistoryEvent *event,
bool down, uint8_t pointer_id, uint16_t x, uint16_t y);
/**