[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

@@ -238,7 +238,7 @@ void CodeView::OnEventClipboard(ewol::clipBoard::clipboardListe_te clipboardID)
* @return true the event is used
* @return false the event is not used
*/
bool CodeView::OnEventInput(ewol::keyEvent::type_te type, int32_t IdInput, ewol::keyEvent::status_te typeEvent, vec2 pos)
bool CodeView::OnEventInput(ewol::keyEvent::type_te type, int32_t IdInput, ewol::keyEvent::status_te typeEvent, const vec2& pos)
{
vec2 relativePos = RelativePosition(pos);
// corection for the openGl abstraction