Search
SpecialKey.isThis Method
See Also
 






Gets whether specified virtual key code corresponds to this key.

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  Copy Code

public boolean isThis (
    int key
)

 Parameters

key

The virtual key code to check.

 Return Value

true if the key codes are equivalent, or false otherwise.

 See Also