Euphoria
mousebehaviour.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 namespace eu::core
5 {
6  enum class MouseBehaviour
7  {
9  };
10 }