GlobalEvent

indigo.shared.events.GlobalEvent
See theGlobalEvent companion object
trait GlobalEvent

A trait that tells Indigo to allow this instance into the event loop for the duration of one frame.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
enum SceneEvent
case JumpTo
trait AssetEvent
class LoadAsset
object EnterFullScreen.type
object ExitFullScreen.type
object FrameTick.type
trait InputEvent
class KeyDown
class KeyUp
trait MouseEvent
class Click
class MouseDown
class MouseUp
class Move
class Wheel
trait PointerEvent
class PointerDown
class PointerEnter
class PointerLeave
class PointerMove
class PointerUp
object HttpError.type
class HttpResponse
class Close
class Error
class Receive
trait HttpRequest
class DELETE
class GET
class POST
class PUT
class ConnectOnly
class Open
class Send
class PlaySound
trait StorageEvent
class Delete
object DeleteAll.type
class FetchKeyAt
class FetchKeys
class KeyFoundAt
class KeysFound
class Load
class Loaded
class Save
object ToggleFullScreen.type
trait ViewEvent
object FullScreenEnterError.type
object FullScreenEntered.type
object FullScreenExitError.type
object FullScreenExited.type
Show all
In this article