Skip to content

Commit

Permalink
ok for real now we start
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Jun 7, 2024
1 parent 45c378f commit e35afc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/geode-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: geode-sdk/build-geode-mod@main
with:
cli: 'v3.0.0-beta.1'
bindings: geode-sdk/bindings
bindings-ref: main
bindings: SpaghettDev/bindings
bindings-ref: cctextinputnode-mac
combine: true
target: ${{ matrix.config.target }}

Expand Down
4 changes: 4 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,8 @@ struct AlertLayerFix : Modify<AlertLayerFix, CCScene>
};


#ifdef GEODE_IS_WINDOWS

// this pretty much reworks everything when a CCTextInputNode is interacted with,
// from text input to deletion and even selection

Expand Down Expand Up @@ -1015,3 +1017,5 @@ struct BetterCCEGLView : Modify<BetterCCEGLView, CCEGLView>
g_selectedInput->useUpdateBlinkPos(false);
}
};

#endif

0 comments on commit e35afc8

Please sign in to comment.