Hey guys
I am new to this symbian platform.I am now developing an application and what I want to do is to make a bitmap move according to key events.For example,if I press '4', I want my bitmap to move to the left.So can any of u guys pleae tell me how I can do so?Any help would be greatly appreciated.
Thanks in advance.
Hi,
probably the easiest solution is to check key events in OfferKeyEventL() method and then redraw the bitmap. Bitmap object is called CFbsBitmap - you should easily load it form mbm file. And that it must be drawn in Draw() method of your control or container...