sfml.js
    Preparing search index...

    Interface OtherEvent

    interface OtherEvent {
        type:
            | "Closed"
            | "LostFocus"
            | "GainedFocus"
            | "MouseLeft"
            | "MouseEntered";
    }
    Index

    Properties

    Properties

    type: "Closed" | "LostFocus" | "GainedFocus" | "MouseLeft" | "MouseEntered"