mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
9 lines
194 B
C
9 lines
194 B
C
// Copyright 2016 The go-vgo Project Developers.
|
|
|
|
#include <stdlib.h>
|
|
#include "../base/types.h"
|
|
// #include "keycode.h"
|
|
// #include "keypress.h"
|
|
#include "keypress_c.h"
|
|
#include "keycode_c.h"
|