cwalls251 / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

CGPoint struct is valid, but contains garbage data #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. on  any event delegation method 

Like 
- (void) mouseDragged:(struct __GSEvent *)event; 

event.x - always set to 0 
even.y - contains some garbage data. 

I think there is offset problem with this struct 

What is the expected output? What do you see instead?
If you should get x and y populated with coordinates relative to its UIView. 

What version of the product are you using? On what operating system?
10.5.1 and .3 

Original issue reported on code.google.com by boris.io...@gmail.com on 26 Nov 2007 at 8:29

GoogleCodeExporter commented 8 years ago
Sorry. It is not a bug. Please remove this issue. 

Original comment by boris.io...@gmail.com on 27 Nov 2007 at 5:37

GoogleCodeExporter commented 8 years ago

Original comment by allen.po...@gmail.com on 3 Dec 2007 at 12:46