Exemplo n.º 1
0
 static extern OSStatus GetEventParameter(
     IntPtr inEvent, EventParamName inName, EventParamType inDesiredType,
     IntPtr outActualType, uint inBufferSize, IntPtr outActualSize, IntPtr outData);
Exemplo n.º 2
0
Arquivo: API.cs Projeto: tanis2000/FEZ
 private static OSStatus GetEventParameter(IntPtr inEvent, EventParamName inName, EventParamType inDesiredType, IntPtr outActualType, uint inBufferSize, IntPtr outActualSize, IntPtr outData);