Add implementations for missing wxDFB functions
This commit is contained in:
@@ -312,6 +312,13 @@ void wxWindowDFB::DoReleaseMouse()
|
||||
return (wxWindow*)gs_mouseCapture;
|
||||
}
|
||||
|
||||
wxMouseState wxGetMouseState()
|
||||
{
|
||||
#warning "implement this"
|
||||
wxMouseState ms;
|
||||
return ms;
|
||||
}
|
||||
|
||||
bool wxWindowDFB::SetCursor(const wxCursor& cursor)
|
||||
{
|
||||
if ( !wxWindowBase::SetCursor(cursor) )
|
||||
|
Reference in New Issue
Block a user