Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
refs/heads/Tod-Rive-patch-1
/
.
/
include
/
rive
/
inputs
/
user_input.hpp
blob: d00a737049e3b3cfca662de37f6043af812a6d96 [
file
] [
edit
]
#ifndef
_RIVE_USER_INPUT_HPP_
#define
_RIVE_USER_INPUT_HPP_
#include
"rive/generated/inputs/user_input_base.hpp"
#include
<stdio.h>
namespace
rive
{
class
UserInput
:
public
UserInputBase
{
public
:
};
}
// namespace rive
#endif