Key codes that have more than one physical key associated with them (e.g. KeyEvent.VK_SHIFT
could mean either the left or right shift key) will map to the left key.
@param keycode Key to release (e.g. KeyEvent.VK_A
)
@throws IllegalArgumentException if keycode
is not avalid key
@see #keyPress(int)
@see java.awt.event.KeyEvent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|