MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / IgnoreNextMouseEvent

Method IgnoreNextMouseEvent

src/Nazara/Platform/Window.cpp:624–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622 }
623
624 void Window::IgnoreNextMouseEvent(int mouseX, int mouseY) const
625 {
626 #if NAZARA_PLATFORM_SAFE
627 if (!m_impl)
628 {
629 NazaraError("Window not created");
630 return;
631 }
632 #endif
633
634 m_impl->IgnoreNextMouseEvent(mouseX, mouseY);
635 }
636
637 bool Window::Initialize()
638 {

Callers 1

SetPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected