Package net.runelite.client.input
Interface KeyListener
-
- All Superinterfaces:
EventListener
,KeyListener
- All Known Implementing Classes:
AntiDragPlugin
,CameraPlugin
,ChatboxItemSearch
,ChatboxTextInput
,ChatboxTextMenuInput
,ChatHistoryPlugin
,ChatKeyboardListener
,GrandExchangeInputListener
,HotkeyListener
,InstanceMapInputListener
,LoginScreenPlugin
,WikiSearchChatboxTextInput
public interface KeyListener extends KeyListener
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
focusLost()
default boolean
isEnabledOnLoginScreen()
-
Methods inherited from interface java.awt.event.KeyListener
keyPressed, keyReleased, keyTyped
-
-