MCPcopy
hub / github.com/ampproject/amphtml / isKeyboardActive

Method isKeyboardActive

src/input.js:143–145  ·  view source on GitHub ↗

* Whether the keyboard input is currently active. * @return {boolean}

()

Source from the content-addressed store, hash-verified

141 * @return {boolean}
142 */
143 isKeyboardActive() {
144 return this.keyboardActive_;
145 }
146
147 /**
148 * Registers an event handle for changes in the keyboard input.

Callers 2

test-input.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected