mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-27 19:19:41 +08:00
testevdev: Provide a pointer to more information about adding test-cases
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Sam Lantinga
parent
bc5d074818
commit
74484511eb
+2
-1
@@ -81,7 +81,8 @@ typedef struct
|
|||||||
* Trailing zeroes can be omitted.
|
* Trailing zeroes can be omitted.
|
||||||
*
|
*
|
||||||
* The evemu-describe tool is a convenient way to add a test-case for
|
* The evemu-describe tool is a convenient way to add a test-case for
|
||||||
* a physically available device.
|
* a physically available device. To contribute new test-cases, see:
|
||||||
|
* https://github.com/libsdl-org/SDL/issues/7801#issuecomment-1589114910
|
||||||
*/
|
*/
|
||||||
#define ZEROx4 0, 0, 0, 0
|
#define ZEROx4 0, 0, 0, 0
|
||||||
#define ZEROx8 ZEROx4, ZEROx4
|
#define ZEROx8 ZEROx4, ZEROx4
|
||||||
|
|||||||
Reference in New Issue
Block a user