mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Touchpad to Feedback Sender
This commit is contained in:
parent
02d026f205
commit
cd3d700df8
3 changed files with 37 additions and 4 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue