Skip to content

Commit

Permalink
feat(macos): Start MacOS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Jun 7, 2024
1 parent 6ef8cb5 commit 5f27732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ struct AlertLayerFix : Modify<AlertLayerFix, CCScene>
// this pretty much reworks everything when a CCTextInputNode is interacted with,
// from text input to deletion and even selection


#ifdef GEODE_IS_WINDOWS
// backspace and del is handled in dispatchDeleteBackward/dispatchDeleteForward then in CCEGLView::onGLFWKeyCallback
// same goes for all the other characters (dispatchInsertText then CCEGLView::onGLFWKeyCallback)
// except for ctrl and shift, which are only handled in CCEGLView::onGLFWKeyCallback
Expand Down Expand Up @@ -1016,3 +1016,5 @@ struct BetterCCEGLView : Modify<BetterCCEGLView, CCEGLView>
g_selectedInput->useUpdateBlinkPos(false);
}
};

#endif

0 comments on commit 5f27732

Please sign in to comment.