Skip to content

Commit

Permalink
initial work on xcom file formats
Browse files Browse the repository at this point in the history
  • Loading branch information
counter185 committed Sep 11, 2024
1 parent a827720 commit fb5a624
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freesprite/BasePopup.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class BasePopup :
wxsManager.passInputToFocused(evt, getPopupOrigin());
}
else {
defaultInputAction();
defaultInputAction(evt);
}
}

Expand Down Expand Up @@ -69,6 +69,6 @@ class BasePopup :
delete this;
}

void defaultInputAction() {}
void defaultInputAction(SDL_Event evt) {}
};

Loading

0 comments on commit fb5a624

Please sign in to comment.