mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Fix compilation with older sdk
This commit is contained in:
parent
52e1b18729
commit
9adfa881b3
5 changed files with 16 additions and 8 deletions
|
|
@ -456,9 +456,12 @@ public:
|
|||
// CCoeControl::HandlePointerEventL(aPointerEvent);
|
||||
// return;
|
||||
// }
|
||||
|
||||
#ifdef RW_GL3
|
||||
const TAdvancedPointerEvent* advpointer = aPointerEvent.AdvancedPointerEvent();
|
||||
int i = advpointer != NULL ? advpointer->PointerNumber() : 0;
|
||||
#else
|
||||
int i = 0;
|
||||
#endif
|
||||
|
||||
static int activeZone[10];
|
||||
static int stickCenterX[10];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue