touches offset?

Member
Posts: 43
Joined: 2009.10
Post: #4
Can you recreate it in a stripped down version; i.e., only the app delegate class, gl view class and touch code that registers an NSLog? If so, can you provide this code to examine?


As for a view controller, it's completely up to you. It won't slow down your rendering code any more than it is now and you can leave all the engine and rendering code in C++ even if you switch to the view controller setup. In my experience, if you don't stick with Apple's templates, you'll almost always have some headaches in the future with other things not quite working right. I *think* Game Center would also require you to work with view controllers, for instance, though I'm not sure on that since I haven't yet integrated GC into anything. It is of course your choice though!
Quote this message in a reply
Post Reply 


Messages In This Thread
touches offset? - Jamie W - Jul 26, 2011, 03:22 AM
RE: touches offset? - alerus - Jul 28, 2011, 07:55 AM
RE: touches offset? - Jamie W - Jul 28, 2011, 08:37 AM
RE: touches offset? - alerus - Jul 28, 2011 11:10 AM
RE: touches offset? - Jamie W - Jul 29, 2011, 05:44 AM
RE: touches offset? - rob76 - Jul 29, 2011, 01:54 PM
RE: touches offset? - rob76 - Jul 29, 2011, 02:07 PM
RE: touches offset? - rob76 - Jul 29, 2011, 04:07 PM
RE: touches offset? - alerus - Jul 30, 2011, 06:58 AM
RE: touches offset? - rob76 - Jul 30, 2011, 11:00 AM
RE: touches offset? - rob76 - Aug 17, 2011, 08:27 PM
RE: touches offset? - MattDiamond - Aug 18, 2011, 10:23 AM
Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  co-processor offset out of range spuckfunkel 18 12,769 Jan 22, 2011 07:14 PM
Last Post: headkaze
  Offset the text in a UITextField??? Toontingy 0 4,056 Apr 25, 2010 08:44 PM
Last Post: Toontingy
  How to get number of active touches? Rasterman 8 5,856 Apr 21, 2010 03:56 PM
Last Post: longjumper
  not getting touches for top 20 pixels Rasterman 10 5,547 Apr 8, 2010 01:00 AM
Last Post: fattoh
  Touches are slowing down game Jamie W 8 4,964 Mar 26, 2010 03:41 PM
Last Post: Jamie W