package sway func (c *Client) GetInputs() ([]InputDevice, error) { return sendMessage[[]InputDevice](c, 100, "") }