melonJS
    Preparing search index...

    Variable preventDefault

    preventDefault: boolean = true

    specify if melonJS should prevent all default browser action on registered events.

    Read-only: this is a module binding, so input.preventDefault = false cannot work — assigning to a module namespace property throws. Use input.setPreventDefault instead.

    true
    

    input.setPreventDefault