#include <example.hpp>
Public Member Functions | |
| glfw_state (float yaw=15.0, float pitch=15.0) | |
Public Attributes | |
| double | last_x |
| double | last_y |
| bool | ml |
| float | offset_x |
| float | offset_y |
| double | pitch |
| texture | tex |
| double | yaw |
Definition at line 872 of file example.hpp.
|
inline |
Definition at line 873 of file example.hpp.
| double glfw_state::last_x |
Definition at line 877 of file example.hpp.
| double glfw_state::last_y |
Definition at line 878 of file example.hpp.
| bool glfw_state::ml |
Definition at line 879 of file example.hpp.
| float glfw_state::offset_x |
Definition at line 880 of file example.hpp.
| float glfw_state::offset_y |
Definition at line 881 of file example.hpp.
| double glfw_state::pitch |
Definition at line 876 of file example.hpp.
| texture glfw_state::tex |
Definition at line 882 of file example.hpp.
| double glfw_state::yaw |
Definition at line 875 of file example.hpp.