Skip to content

Remote Control: Long press support #1070

Description

@0xDE57

When using the Remote Control feature, it appears that long press is not supported. Eg: long press back button

Whether the user does a short press or long press, the result is the same:

Short press:
Pending commands count: 0. Request FlipperRequest(data=Main{command_id=0, command_status=OK, has_next=false, gui_send_input_event_request=SendInputEventRequest{key=BACK, type=RELEASE}}, createTimestampNanos=1211516679686, priority=DEFAULT, onSendCallback=null)

Long press:
Pending commands count: 0. Request FlipperRequest(data=Main{command_id=0, command_status=OK, has_next=false, gui_send_input_event_request=SendInputEventRequest{key=BACK, type=RELEASE}}, createTimestampNanos=1080186312602, priority=DEFAULT, onSendCallback=null)

Looks like it only sends release and not the press, so there is no timing information present.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions