Skip to content

Commit 83dd597

Browse files
committed
fixed keyboard lmao
1 parent 3707d77 commit 83dd597

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/SexyAppFramework/SexyAppBase.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4833,6 +4833,8 @@ void SexyAppBase::MakeWindow()
48334833
mHWnd = mWindow->GetHWND();
48344834
#endif
48354835

4836+
SDL_StartTextInput(mWindow->mInternalWindow);
4837+
48364838
if ((mPlayingDemoBuffer) || (mIsWindowed && !mFullScreenWindow)) //todo:replace
48374839
{
48384840
DWORD aWindowStyle = WS_CLIPCHILDREN | WS_POPUP | WS_BORDER | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX;

0 commit comments

Comments
 (0)