예제 #1
0
 static extern OSStatus GetEventParameter(
     IntPtr inEvent, EventParamName inName, EventParamType inDesiredType,
     IntPtr outActualType, uint inBufferSize, IntPtr outActualSize, IntPtr outData);
예제 #2
0
파일: API.cs 프로젝트: tanis2000/FEZ
 private static OSStatus GetEventParameter(IntPtr inEvent, EventParamName inName, EventParamType inDesiredType, IntPtr outActualType, uint inBufferSize, IntPtr outActualSize, IntPtr outData);