KaijuEngine/kaiju

Add missing X11 functions that are implemented in windows

Open

#234 opened on Feb 26, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (194 forks)auto 404
engine runtimegood first issue

Repository metrics

Stars
 (4,569 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide