OpenLogi
功能(Features)

0x1a00 · presenterControl

演示遥控器接口——枚举翻页按键并将其事件转发给上位机软件,而非发送默认 HID 报告。

The presenterControl feature provides the HID++ 2.0 interface for dedicated presentation remote controls — handheld clicker-style devices used to navigate slide decks. It covers controls such as advance slide, previous slide, start or end a presentation, and blank the screen, which are the primary functions of Logitech's Spotlight and similar presenter family. The feature does not apply to mice, keyboards, headsets, touchpads, or receivers in their usual roles; it is specific to devices whose primary purpose is presentation control.

Not implemented in OpenLogi

OpenLogi's vendored hidpp crate does not provide a typed wrapper for this feature yet. The notes below summarise the HID++ feature in general terms, not OpenLogi behaviour.

What it does

  • Control enumeration — provides functions to query which presenter controls the device exposes and their individual capabilities, such as whether a button can be remapped or diverted.
  • Button event reporting — the device emits HID++ events for presenter-class button presses (next slide, previous slide, presentation start/stop, screen blank), giving host software the opportunity to intercept and customise those actions rather than relying on the default HID consumer-control reports.
  • Mode and configuration — provides functions to read and write operational settings relevant to presenter use, for example which software profile or pointer mode is active during a presentation session.
  • State notifications — the device can proactively notify the host of relevant state changes (e.g. entering or exiting presentation mode) so that companion software can synchronise its UI.

Status: Not implemented · Feature ID: 0x1a00

本页目录