MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / toggleSoftwareKeyboard

Function toggleSoftwareKeyboard

packages/client/src/app/AppShell.tsx:2029–2040  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2027 }
2028
2029 function toggleSoftwareKeyboard() {
2030 if (!selectedSimulator) {
2031 return;
2032 }
2033 if (
2034 !sendControl(selectedSimulator.udid, {
2035 type: "toggleSoftwareKeyboard",
2036 })
2037 ) {
2038 setLocalError("Simulator control stream disconnected.");
2039 }
2040 }
2041
2042 function setTransientCaptureStatus(label: string, busy: boolean) {
2043 if (captureStatusTimeoutRef.current) {

Callers 1

AppShellFunction · 0.85

Calls 1

sendControlFunction · 0.85

Tested by

no test coverage detected