News

This is a Python Input Boilerplate module and it serves as a starting point for developers to build input modules for weeve platform and data services. Navigate to As a module developer to learn how ...
What is the best way to have something like the below function execute a keyboard input instead? if event.is_pressed: vjoy[1].button(scmap.ShipLights).is_pressed = True. So instead of calling the ...