ebitengine / purego

Apache License 2.0
1.94k stars 63 forks source link

objc: enable to treat structs for arguments and return values at RegisterClass callbacks #225

Open hajimehoshi opened 3 months ago

hajimehoshi commented 3 months ago

This is needed especially for Ebitengine's exp/textinput package.

https://github.com/hajimehoshi/ebiten/blob/main/exp/textinput/textinput_darwin.m

- (NSRect)firstRectForCharacterRange:(NSRange)range 
                         actualRange:(NSRangePointer)actualRange {