Gets whether specified virtual key code corresponds to this key.
Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard
SyntaxJava
Copy Code
|
|---|
public boolean isThis ( |
The virtual key code to check.
true if the key codes are equivalent, or false otherwise.
See Also