mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
hid: Updated docs.
This commit is contained in:
parent
de5e158545
commit
d91a2e22e7
@ -2329,12 +2329,14 @@ Result hidSetDisallowedPalmaConnection(const BtdrvAddress *addrs, s32 count);
|
||||
|
||||
/**
|
||||
* @brief SetNpadCommunicationMode
|
||||
* @note [2.0.0+] Stubbed, just returns 0.
|
||||
* @param[in] mode \ref HidNpadCommunicationMode
|
||||
*/
|
||||
Result hidSetNpadCommunicationMode(HidNpadCommunicationMode mode);
|
||||
|
||||
/**
|
||||
* @brief GetNpadCommunicationMode
|
||||
* @note [2.0.0+] Stubbed, always returns output mode ::HidNpadCommunicationMode_Default.
|
||||
* @param[out] out \ref HidNpadCommunicationMode
|
||||
*/
|
||||
Result hidGetNpadCommunicationMode(HidNpadCommunicationMode *out);
|
||||
|
Loading…
Reference in New Issue
Block a user