Skip to content

Commit

Permalink
Update vtshell_ioreaders.h
Browse files Browse the repository at this point in the history
  • Loading branch information
elfmz authored Dec 14, 2024
1 parent 1d7abbd commit d0f54bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions far2l/src/vt/vtshell_ioreaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class VTInputReader : protected WithThread
{
virtual void OnInputMouse(const MOUSE_EVENT_RECORD &MouseEvent) = 0;
virtual void OnInputKey(const KEY_EVENT_RECORD &KeyEvent) = 0;
virtual void OnFocusChanged() = 0;
virtual void OnInputResized(const INPUT_RECORD &ir) = 0;
virtual void OnInputInjected(const std::string &str) = 0;
virtual void OnBracketedPaste(bool start) = 0;
Expand Down

0 comments on commit d0f54bc

Please sign in to comment.