MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / isMouseInside

Method isMouseInside

Source/Window.cpp:435–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435bool cWindow::isMouseInside() const {
436 return mWindow == SDL_GetMouseFocus();
437}
438
439bool cWindow::isResized() const {
440 return mResized;

Callers 1

Mouse_Cursor_HandleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected