Add RequestFrameCallback optional data param (#1068)
This commit is contained in:
parent
7a42d6b564
commit
207584818f
@ -615,7 +615,10 @@ native int FormatNativeString(int out_param,
|
|||||||
*
|
*
|
||||||
* @param data Data passed to the RequestFrame native.
|
* @param data Data passed to the RequestFrame native.
|
||||||
*/
|
*/
|
||||||
typedef RequestFrameCallback = function void (any data);
|
typeset RequestFrameCallback {
|
||||||
|
function void ();
|
||||||
|
function void (any data);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a single use Next Frame hook.
|
* Creates a single use Next Frame hook.
|
||||||
|
Loading…
Reference in New Issue
Block a user