Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Kidthatcandostuff

3
Posts
1
Topics
A member registered Aug 15, 2021 · View creator page →

Creator of

Recent community posts

(1 edit)

Thank you!

You can keep your secrets if you want

Lolll, I didn't actually check everything, but I know winwin_keyboard_get_max_string_length is one of them, so it's probably a lot of the keyboard functions that are like that.

EDIT: winwin_keyboard_set_string might also be broken? It keeps throwing this error when I try to use it:

Variable <unknown_object>._buf(102646, -2147483648) not set before reading it.  at
gml_Script_anon@205@gml_Script_winwin_keyboard_set_string (line 9) -        buffer_write(_buf, buffer_u32, ord(_char));

Fullscreen switching is disabled on my project so it looks like it just does that regardless. Doing it in another window is pretty buggy and ends up changing the size of every window on my PC .

As for the winwin_keyboard_get_string function, that appears to be missing? I think this is true with a few other functions actually.

winwin_keyboard_set_string appears but not winwin_keyboard_get_string

I'm trying to create a box that you can type stuff into in another window, but I'm having trouble since the winwin_keyboard_check functions don't respond to vk_anykey. Unfortunately there's no pressed equivalent of keyboard_check_direct so I'm pretty stuck.

Also, this is somewhat unrelated, but there doesn't appear to be an option to restrict fullscreening another window with Alt+Enter.