class DeviceListener

Defined at line 8424 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/hlcpp/fuchsia/ui/input/cpp/fidl.h

Callback protocol implemented by clients to receive live device change events.

Events are sent to this listener only for changes occurring after registration

is complete.

Public Methods

void ~DeviceListener ()
void OnDeviceChanged (::fuchsia::ui::input::DeviceEvent event)

Called when a device change event occurs.