`gamepad.vendor` and `gamepad.id` [currently always return `unknown` on Krom](https://github.com/Kode/Kha/blob/96354a9238678a82ad905f7dddf1145e05f1fefe/Backends/Krom/kha/SystemImpl.hx#L312-L318) and empty strings on [Hashlink](https://github.com/Kode/Kha/blob/96354a9238678a82ad905f7dddf1145e05f1fefe/Backends/Kinc-HL/kha/SystemImpl.hx#L353-L359), even though the functionality seems to be implemented in Kinc, at least on [Windows](https://github.com/Kode/Kinc/blob/cb523a06aa784cebf8433616a0b6b8922cd72f94/Backends/System/Windows/Sources/kinc/backend/system.c.h#L1094-L1110) and [Linux](https://github.com/Kode/Kinc/blob/cb523a06aa784cebf8433616a0b6b8922cd72f94/Backends/System/Linux/Sources/kinc/backend/gamepad.c.h#L185-L191). Some more context and potentially a Kinc issue (still need to investigate more): https://forums.armory3d.org/t/problem-with-gamepad-sticks-logic-nodes/5087