mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-02 20:08:29 +00:00
0340ae3cc8
The Qwerty driver will emulate an HMD and controllers through the use of mouse and keyboard, and in particular, using the SDL key events generated from the debug GUI.
13 lines
305 B
C
13 lines
305 B
C
// Copyright 2021, Mateo de Mayo.
|
|
// SPDX-License-Identifier: BSL-1.0
|
|
/*!
|
|
* @file
|
|
* @brief Connection between user-generated SDL events and qwerty devices.
|
|
* @author Mateo de Mayo <mateodemayo@gmail.com>
|
|
* @ingroup drv_qwerty
|
|
*/
|
|
|
|
typedef int _silence_compiler_about_empty_translation_unit;
|
|
|
|
// @todo
|