Search
ExtendedKey.getKeys Method
See Also
 






Gets the list of regular keys sent by this key.

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

 Syntax

Java  Copy Code

public List<Key> getKeys ()

 Return Value

A list of Key -derived objects.

 See Also