5#ifndef INCLUDE_FIFECHAN_MOUSEINPUT_HPP_
6#define INCLUDE_FIFECHAN_MOUSEINPUT_HPP_
10#include "fifechan/platform.hpp"
23 class FIFEGUI_API MouseInput
26 MouseInput() =
default;
29 enum class Type : std::uint8_t
69 void setType(Type type);
85 void setButton(
Button button);
102 void setTimeStamp(
int timeStamp);
111 int getTimeStamp()
const;