KeyEventsKt

public final class KeyEventsKt
public final class KeyEventsKt

Functions

Link copied to clipboard
public final static KeyPressed KeyPressed(KeyCode code, KeyModifiers modifiers, KeyLocation location, Character char)
public final static KeyPressed KeyPressed(KeyCode code, KeyModifiers modifiers, KeyLocation location, Character char)

Creates a new instance of KeyPressed event with the given parameters.

Link copied to clipboard
public final static KeyReleased KeyReleased(KeyCode code, KeyModifiers modifiers, KeyLocation location)
public final static KeyReleased KeyReleased(KeyCode code, KeyModifiers modifiers, KeyLocation location)

Creates a new instance of KeyReleased event with the given parameters.

Link copied to clipboard
public final static KeyTyped KeyTyped(KeyCode code, KeyModifiers modifiers, KeyLocation location, Character char)
public final static KeyTyped KeyTyped(KeyCode code, KeyModifiers modifiers, KeyLocation location, Character char)

Creates a new instance of KeyTyped event with the given parameters.