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.
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.