package quickterface

  1. Overview
  2. Docs

Source file render_info.ml

1
2
3
open! Core

type t = { screen_width : int; screen_height : int }