Search
SpecialKey Constructor (Int32)
See Also
 






Initializes a new instance of the SpecialKey class.

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

 Syntax

Java  Copy Code

public SpecialKey (
    int virtualKey
)

 Parameters

virtualKey

The virtual key code associated with this key.

 See Also