[DEV] seems to work not so bak with the new ewol rework

This commit is contained in:
2013-04-15 21:12:13 +02:00
parent e6d078e0c9
commit 3aac9ab9a7
3 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ class CodeView :public widget::WidgetScrooled
virtual void OnReceiveMessage(ewol::EObject * CallerObject, const char * eventId, const etk::UString& data);
public:
// Derived function
virtual bool OnEventInput(ewol::keyEvent::type_te type, int32_t IdInput, ewol::keyEvent::status_te typeEvent, vec2 pos);
virtual bool OnEventInput(ewol::keyEvent::type_te type, int32_t IdInput, ewol::keyEvent::status_te typeEvent,const vec2& pos);
// Derived function
virtual bool OnEventKb(ewol::keyEvent::status_te typeEvent, uniChar_t unicodeData);
// Derived function