Bind KeyEvent::New as default values.
Change-Id: I4acf2af77c6b71be4f2614f48035c53fc484695d
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
return jresult;
}
+SWIGEXPORT void* SWIGSTDCALL CSharp_Dali_Key_New__SWIG_1()
+{
+ void* jresult;
+ Dali::KeyEvent result;
+
+ {
+ try
+ {
+ result = DevelKeyEvent::New();
+ } CALL_CATCH_EXCEPTION(0);
+ }
+
+ jresult = new Dali::KeyEvent((const Dali::KeyEvent &)result);
+
+ return jresult;
+}
+
SWIGEXPORT void SWIGSTDCALL CSharp_Dali_delete_Key(void * jarg1) {
Dali::KeyEvent *arg1 = (Dali::KeyEvent *) 0 ;