Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.77 KB

File metadata and controls

67 lines (44 loc) · 1.77 KB
sidebar_position title locale
2
Basic Features
en

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import Admonition from '@theme/Admonition';

Device screen streaming

You can view the device screen in real-time on the Dogu console.

<img src="/img/console/device-streaming/device-streaming-basic.png" style={{ width: 600, display: 'block' }} />

Device screen touch input

When you touch the video area in the Dogu console, touch events are delivered to the device screen.

Keyboard input

When you enter keyboard input in the Dogu console, keyboard events are delivered to the device screen.

It supports English, numbers, special characters, and more.

:::tip

  • When you focus on the video area and enter keyboard input, keyboard events are delivered to the device screen.

  • To enter regional languages like Korean, install and set Gboard as the default keyboard.

  • Press CMD(WIN) + / to view the keyboard shortcuts.

  • When you focus on the video area and enter keyboard input, keyboard events are delivered to the device screen.

  • If you want to use the App Switcher and its features, please use AssistiveTouch.

:::

Device button input

When you click on the device buttons on the right side of the device screen in the Dogu console, button events are delivered to the device screen.

The device buttons include:

  • Volume Up/Down
  • Mute
  • Screen Lock
  • Screen Unlock
  • Power
  • Screen Capture
  • Back (Android)
  • Home (Android)
  • App Switch (Android)