sfml.js
    Preparing search index...

    Interface TextEvent

    interface TextEvent {
        text: { content: string; unicode: number };
        type: "TextEntered";
    }
    Index

    Properties

    Properties

    text: { content: string; unicode: number }
    type: "TextEntered"