MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / Button

Enum Button

Project_Labirint_Game/sfml/include/SFML/Window/Mouse.hpp:51–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 ///
50 ////////////////////////////////////////////////////////////
51 enum Button
52 {
53 Left, ///< The left mouse button
54 Right, ///< The right mouse button
55 Middle, ///< The middle (wheel) mouse button
56 XButton1, ///< The first extra mouse button
57 XButton2, ///< The second extra mouse button
58
59 ButtonCount ///< Keep last -- the total number of mouse buttons
60 };
61
62 ////////////////////////////////////////////////////////////
63 /// \brief Mouse wheels

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected