Search
KeyboardLayout.getKeys Method
See Also
 






Gets the keys displayed in this layout.

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

 Syntax

Java  Copy Code

public List<Key> getKeys ()

 Return Value

A list of Key objects.

 See Also