Skip to content

Commit

Permalink
maybe dont do anything idk
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Dec 1, 2024
1 parent 2ca927a commit ac0599e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macos.mm
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void mouseDownExec(EAGLView* self, SEL sel, NSEvent* event)

cocos2d::CCPoint mousePos = BI::cocos::getMousePosition();
cocos2d::CCTouch touch{};
touch.setTouchInfo(0, mousePos.x, [[[event window] contentView] frame].size.height - mousePos.y);
touch.setTouchInfo(0, mousePos.x, mousePos.y);

g_selectedInput->useUpdateBlinkPos(true);

Expand Down

0 comments on commit ac0599e

Please sign in to comment.