basic stuff

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@11 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-28 08:37:12 +00:00
parent b12c08d2d3
commit 31e9818e42
9 changed files with 66 additions and 25 deletions

View File

@@ -88,3 +88,7 @@ void MilskoLLNextEvent(HMILSKOLL handle) {
if(XCheckWindowEvent(handle->display, handle->window, mask, &ev)) {
}
}
void MilskoLLSleep(int ms){
usleep(ms * 1000);
}