Skip to main content

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

Community

New topic
14
Topics

Recent updates

1.0.7: A fix for min/max size functions
5
Sometimes I think that a piece of code is simple enough that I don’t need to spend time setting up a test for it and occasionally I am proven wrong. (it was c...
3 files — 1.0.7a
1.0.6: A fix for winwin_keyboard_set_string
4
There are two things here: A fix for winwin_keyboard_set_string not resetting the string correctly, which was caused by both the string and window/buffer metada...
3 files — 1.0.6
2024.13 workaround edition
4
The new winwin_2024_13.yymps file contains workarounds for these two bugs: https://github.com/YoYoGames/GameMaker-Bugs/issues/10141 https://github.com/YoYoGames...
1 file
1.0.5: A fix for this one mouse quirk
3
As described here - mouse button releases would not be registered if your mouse is over another window at the time of release...
3 files — 1.0.5
1.0.4: A couple more fixes
3
I’m getting “too many requests” when trying to upload using Butler so this is a separate file for now. Fixed a few missing/incomplete functions related to...
1 file
1.0.3: A few fixes
5
Fixed Alt-Enter switching to fullscreen on secondary windows. Apparently this is just a thing that DirectX does by default, and quite so poorly. vk_anykey and v...
3 files — 1.0.3
1.0.2: A few functions and Gameframe integration
6
Added winwin_keyboard_clear, winwin_mouse_clear, winwin_io_clear Added winwin_is_minimized, winwin_is_maximized, winwin_minimize, winwin_maximize Added winwin_s...
3 files — 1.0.2
Topic
Last post
I have two extra views set up, which first draw to a surface, then the surface draws to the window in the post draw even...
started by marcyluvy 27 days ago
1 reply
29 views
https://cdn.discordapp.com/attachments/1329990443165028437/1403481062926974986/2... The window initially appears normal...
started by marcyluvy 29 days ago
3 replies
42 views
In the documentation, it says the commands for setting the max and min sizes starts with "window_" instead of "winwin_".
started by marcyluvy 29 days ago
1 reply
29 views
Thanks for your help on my previous post, that got me to the next step. Is there anyway to get WinWin working with game...
started by ArendPeter May 23, 2025
2 replies
91 views
I get the following compile error when trying to use winwin on my personal project, then I got the same one when running...
started by ArendPeter May 23, 2025
1 reply
75 views
What is the command to change the button settings, I wanted to delete all 3 but I couldn't find the reference. I'm using...
started by One to One Feb 18, 2025
1 reply
127 views
Apparently the smaller the window size, the less fps I have, with 1 extra it is still possible, but with more than 1 it...
started by One to One Jan 28, 2025
7 replies
267 views
Hello first of all thank you for making this extension its really cool. context, I programmed a function that allows me...
started by Pinguis Jan 23, 2025
4 replies
180 views
I'm trying to create a box that you can type stuff into in another window, but I'm having trouble since the winwin_keybo...
started by Kidthatcandostuff Oct 20, 2024
4 replies
236 views
I looked in the documentation but I Was wondering if there is a youtube tutorial for this.
started by RandomGameFun Oct 03, 2024
2 replies
229 views
I've tried using the example code for how to create a winwin_window using winwin_create, but winwin_create only ever ret...
started by Emlise( formerly faxdoc ) Sep 24, 2024
12 replies
333 views
Hello! is there anyway to draw anything while the window is minimised or unfocused with this extension?
started by Blue Legends Sep 27, 2024
3 replies
186 views
winwin_mouse_wheel_down read mouse wheel up event. and winwin_mouse_wheel_up not reading (always return 0).
started by MakhamDev Sep 11, 2024
2 replies
160 views
When importing an extension from winwin.yymps there’s no winwin, winwin_config functions. Those need to be copy from t...
started by MakhamDev Sep 11, 2024
1 reply
148 views