[Windows *] Get key status
code | Specifies the virtual keycode for which you want to get the state. |
True if the key is pressed, false if not pressed.
Gets whether the key corresponding to the key code specified by code is pressed when this method is called.
For Android, false is always returned.