package miaou-driver-sdl

  1. Overview
  2. Docs

Module Miaou_driver_sdl.Sdl_eventsSource

Sourcetype next_action =
  1. | Refresh
  2. | Quit
  3. | Key of string
Sourceval poll_event : timeout_ms:int -> on_resize:(unit -> unit) -> next_action