view src/zamikongine/window.nim @ 38:c3c963e7c1a6

did: tons of stuff, input, refactoring, fix some errors, some template improvment, sorry for super-commit
author Sam <sam@basx.dev>
date Wed, 18 Jan 2023 09:52:03 +0700
parents b55d6ecde79d
children
line wrap: on
line source

when defined(linux):
  include ./platform/linux/xlib
elif defined(windows):
  include ./platform/windows/win32