Skip to content

Commit 0926014

Browse files
Site changes
1 parent 9df9e5a commit 0926014

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

_data/ref/alpha/engine-hid-src-dmsdk-hid-hid-h.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,21 @@
298298
"tparams": [],
299299
"type": "CONSTANT"
300300
},
301+
{
302+
"brief": "max number of characters for a guid",
303+
"description": "max number of characters for a guid",
304+
"error": "",
305+
"examples": "",
306+
"language": "",
307+
"members": [],
308+
"name": "dmHID::MAX_GAMEPAD_GUID_LENGTH",
309+
"notes": [],
310+
"parameters": [],
311+
"replaces": "",
312+
"returnvalues": [],
313+
"tparams": [],
314+
"type": "CONSTANT"
315+
},
301316
{
302317
"brief": "Maximum number of gamepad hats supported",
303318
"description": "Maximum number of gamepad hats supported",
@@ -649,6 +664,46 @@
649664
"tparams": [],
650665
"type": "FUNCTION"
651666
},
667+
{
668+
"brief": "Retrieves the platform-specific device name of a g...",
669+
"description": "Retrieves the platform-specific device name of a given gamepad.",
670+
"error": "",
671+
"examples": "",
672+
"language": "",
673+
"members": [],
674+
"name": "GetGamepadDeviceName",
675+
"notes": [],
676+
"parameters": [
677+
{
678+
"doc": "context in which to find the gamepad",
679+
"is_optional": "False",
680+
"name": "context",
681+
"types": [
682+
"dmHID::HContext"
683+
]
684+
},
685+
{
686+
"doc": "Handle to gamepad",
687+
"is_optional": "False",
688+
"name": "gamepad",
689+
"types": [
690+
"dmHID::HGamepad"
691+
]
692+
},
693+
{
694+
"doc": "a pointer to memory where the name should be stored (size dmHID::MAX_GAMEPAD_NAME_LENGTH)",
695+
"is_optional": "False",
696+
"name": "buffer",
697+
"types": [
698+
"char*"
699+
]
700+
}
701+
],
702+
"replaces": "",
703+
"returnvalues": [],
704+
"tparams": [],
705+
"type": "FUNCTION"
706+
},
652707
{
653708
"brief": "Convenience function to retrieve the state of a ga...",
654709
"description": "Convenience function to retrieve the state of a gamepad hat from a gamepad packet.",

0 commit comments

Comments
 (0)