15 lines
175 B
C++
15 lines
175 B
C++
#include "core/window.hpp"
|
|
|
|
void window::poll_joysticks()
|
|
{
|
|
}
|
|
|
|
void joystick_init()
|
|
{
|
|
}
|
|
|
|
void joystick_quit()
|
|
{
|
|
}
|
|
|
|
const char* joystick_plugin_name = "Dummy joystick plugin";
|