Wrapping the SDK

Monkey Targets Forums/iOS/Wrapping the SDK

xzess(Posted 2011) [#1]
Hi, im currently wrapping the SDK to add some functions to monkey,
currently i have no testing possibility, so it would be nice to get some resonance or help to get this working

This is what i got so far:

############## nativeiOS.cpp #############################


############### xios.monkey ##########################
Extern

Class XzessPort="xzessPort"
	Method GetBatteryLevel:float()
	Method PlayNetMovie( url$ )
	Method ShowMailComposer()
	Method ShowSMSComposer()
End



But im sure this won't work, i don't really know how to implement extern classes and make it available for monkey
Help would be really great as we can all profit from it.