Thanks, I tried with threads:on when I was using SDL threads. But why was I using SDL threads instead of Nim threads? BECAUSE I COULD NOT USE NIM THREADS DUE TO NAMING ISSUE.
I mean I can't import sys/threads, I can't use `threads.Thread` directly. I don't really know how to use Nim threads when using SDL?
