Commit 116ad149 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

ninput: Add ProcessInertiaInteractionContext() stub.

parent 99d68bc0
...@@ -72,6 +72,12 @@ HRESULT WINAPI DestroyInteractionContext(HINTERACTIONCONTEXT handle) ...@@ -72,6 +72,12 @@ HRESULT WINAPI DestroyInteractionContext(HINTERACTIONCONTEXT handle)
return S_OK; return S_OK;
} }
HRESULT WINAPI ProcessInertiaInteractionContext(HINTERACTIONCONTEXT context)
{
FIXME("context %p: stub!\n", context);
return E_NOTIMPL;
}
BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, void *reserved) BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, void *reserved)
{ {
TRACE("(%p, %d, %p)\n", inst, reason, reserved); TRACE("(%p, %d, %p)\n", inst, reason, reserved);
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
@ stub GetPropertyInteractionContext @ stub GetPropertyInteractionContext
@ stub GetStateInteractionContext @ stub GetStateInteractionContext
@ stub ProcessBufferedPacketsInteractionContext @ stub ProcessBufferedPacketsInteractionContext
@ stub ProcessInertiaInteractionContext @ stdcall ProcessInertiaInteractionContext(ptr)
@ stub ProcessPointerFramesInteractionContext @ stub ProcessPointerFramesInteractionContext
@ stub RegisterOutputCallbackInteractionContext @ stub RegisterOutputCallbackInteractionContext
@ stub RemovePointerInteractionContext @ stub RemovePointerInteractionContext
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment