wxInputConsumer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -41,19 +41,19 @@
|
||||
// wxInputHandler
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
bool wxInputHandler::HandleMouseMove(wxControl * WXUNUSED(control),
|
||||
bool wxInputHandler::HandleMouseMove(wxInputConsumer * WXUNUSED(consumer),
|
||||
const wxMouseEvent& WXUNUSED(event))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
bool wxInputHandler::HandleFocus(wxControl *WXUNUSED(control),
|
||||
bool wxInputHandler::HandleFocus(wxInputConsumer *WXUNUSED(consumer),
|
||||
const wxFocusEvent& WXUNUSED(event))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
bool wxInputHandler::HandleActivation(wxControl *WXUNUSED(control),
|
||||
bool wxInputHandler::HandleActivation(wxInputConsumer *WXUNUSED(consumer),
|
||||
bool WXUNUSED(activated))
|
||||
{
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user