bool MainWidget::qwsEvent(QWSEvent *ev)
{
int i, k;
QWSKeyEvent *kv;
QWSFocusEvent *fv;
switch ( ev->type ) {
case QWSEvent::Focus :
break;
case QWSEvent::Key :
break;
case QWSEvent::Mouse :
break;
break
}
return ZMainWidget::qwsEvent(ev);
}
Hi all,
Is there a way to catch the key pressed events for Call and End buttons on rokr e6? ie the Red and the green button sn rokr..
i used
public void keyPressed (int keyCode) {
System.out.println(keyCode + "");
}
It works for all the buttons but not for Call and End buttons.
Can any developer help me please....
Amith
bool MainWidget::qwsEvent(QWSEvent *ev)
{
int i, k;
QWSKeyEvent *kv;
QWSFocusEvent *fv;
switch ( ev->type ) {
case QWSEvent::Focus :
break;
case QWSEvent::Key :
break;
case QWSEvent::Mouse :
break;
break
}
return ZMainWidget::qwsEvent(ev);
}
thanks a lot.. but im using java not C++
oh no....
in java virtual machine.....
you can not do that...
everything has a way... i will find it and update this topic... anyways thanks.....