Gets keyboard key state. Key to check. True while the user holds down the key identified by id.
(KeyboardKeys key)
| 192 | /// <param name="key">Key to check.</param> |
| 193 | /// <returns>True while the user holds down the key identified by id.</returns> |
| 194 | public abstract bool GetKey(KeyboardKeys key); |
| 195 | |
| 196 | /// <summary> |
| 197 | /// Gets keyboard key down state. |
no outgoing calls
no test coverage detected