5 lines
131 B
C
5 lines
131 B
C
// mdxf_poll.h
|
|
#pragma once
|
|
|
|
// Called from rawinput thread whenever inputs have just been updated
|
|
void mdxf_poll(bool isExternal); |