Interface KeyEvents

All Superinterfaces:
KeyCode
All Known Implementing Classes:
Button, Canvas, CheckBox, Column, ComboBox, Component, Container, FlexBox, FontComponent, Image, Label, ListBox, ListItem, Row, ScrollBar, ScrollBox, TextBox, TextComponent, TextField, ToggleButton

public interface KeyEvents extends KeyCode
KeyEvents
Author:
pquiring
  • Method Details

    • keyTyped

      void keyTyped(char ch)
    • keyPressed

      void keyPressed(int key)
    • keyReleased

      void keyReleased(int key)