KaijuEngine/kaiju

Add missing X11 functions that are implemented in windows

Open

#234 创建于 2024年2月26日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Go (194 fork)auto 404
engine runtimegood first issue

仓库指标

Star
 (4,569 star)
PR 合并指标
 (PR 指标待抓取)

描述

There are a number of functions that were implemented for Windows that need to be implemented in X11. src/windowing/window.x11.go

  • removeBorder
  • addBorder
  • setTitle
  • lockCursor
  • unlockCursor
  • setFullscreen
  • setWindowed

贡献者指南