You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may help with testing and with things like #916, #917.
It shouldn't be too hard to make a simple win32 client using pywin32 + opengl.
Doing so would also help to ensure that the separation between the gtk client, ui client class and platform code is clean.
Things like the clipboard are due to be re-written anyway (#812), and sound is out of process already.
The keyboard support can't be too difficult either.
The text was updated successfully, but these errors were encountered:
This may help with testing and with things like #916, #917.
It shouldn't be too hard to make a simple win32 client using pywin32 + opengl.
Doing so would also help to ensure that the separation between the gtk client, ui client class and platform code is clean.
Here's some example code:
Things like the clipboard are due to be re-written anyway (#812), and sound is out of process already.
The keyboard support can't be too difficult either.
The text was updated successfully, but these errors were encountered: