Platform/Window: Make PushEvent public
This commit is contained in:
@@ -412,6 +412,10 @@ namespace Nz
|
||||
}
|
||||
}
|
||||
|
||||
void WindowImpl::RefreshCursor()
|
||||
{
|
||||
}
|
||||
|
||||
void WindowImpl::SetCursor(const Cursor& cursor)
|
||||
{
|
||||
xcb_cursor_t cursorImpl = cursor.m_impl->GetCursor();
|
||||
|
||||
@@ -58,6 +58,8 @@ namespace Nz
|
||||
bool IsMinimized() const;
|
||||
bool IsVisible() const;
|
||||
|
||||
void RefreshCursor();
|
||||
|
||||
void ProcessEvents(bool block);
|
||||
|
||||
void SetCursor(const Cursor& cursor);
|
||||
|
||||
Reference in New Issue
Block a user