Add documentation around InputEvent Device ID #7951
Labels
area:class reference
Issues and PRs about the class reference, which should be addressed on the Godot engine repository
enhancement
topic:input
Your Godot version:
4.1.1 C# Windows
Issue description:
InputEvent.Device does not have much documentation around it, & gives users the impression that it is a unique ID per device. However, (at least on my editor) it appears that the behavior is instead to assign device IDs that are unique to the device type (keyboard, mouse, joypad). If this is behavior that is consistent across platforms then this would be extremely helpful to document, given that this number is used by multiple methods of Input.
Valdiation:
Given the following code:
URL to the documentation page (if already existing):
https://docs.godotengine.org/en/stable/classes/class_inputevent.html#property-descriptions
The text was updated successfully, but these errors were encountered: