module Crysterm::Mixin::Instances

Direct including types

Defined in:

mixin/instances.cr

Instance Method Summary

Instance Method Detail

def bind #

Accounts for itself in @@instances and does other related work.


[View source]
def destroy #

Destroys self and removes it from the global list of Screens. Also remove all global events relevant to the object. If no screens remain, the app is essentially reset to its initial state.


[View source]