mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 02:51:38 +12:00
[HID] Redo service
This commit is contained in:
parent
629e00251c
commit
dea8b9ec2e
4 changed files with 109 additions and 14 deletions
|
@ -89,5 +89,5 @@ public:
|
|||
void releaseKey(u32 key) { hid.releaseKey(key); }
|
||||
void setCirclepadX(u16 x) { hid.setCirclepadX(x); }
|
||||
void setCirclepadY(u16 y) { hid.setCirclepadY(y); }
|
||||
void updateInputs() { hid.updateInputs(); }
|
||||
void updateInputs(u64 currentTimestamp) { hid.updateInputs(currentTimestamp); }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue