Skip to content

Commit

Permalink
📄 Win32 Input Implementation
Browse files Browse the repository at this point in the history
Added missing semicolon.
  • Loading branch information
otvv authored Aug 14, 2020
1 parent be7ada3 commit cf607a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/d3d9/input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ namespace FGUI_INPUT_WIN32
FGUI::INPUT.IsCursorInArea = FGUI_INPUT_WIN32::IsCursorInArea;

// set input type
FGUI::INPUT.SetInputType(FGUI::INPUT_TYPE::WIN_32)
FGUI::INPUT.SetInputType(FGUI::INPUT_TYPE::WIN_32);
}
}

0 comments on commit cf607a3

Please sign in to comment.