Removed some privates files from the documentation
Added sf::Event::EventType::Count git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1200 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
6be8b01a2d
commit
3cfbc8409b
3097
doc/build/Doxyfile
vendored
3097
doc/build/Doxyfile
vendored
File diff suppressed because it is too large
Load Diff
@ -142,7 +142,7 @@ namespace Key
|
||||
F15,
|
||||
Pause,
|
||||
|
||||
Count // For internal use
|
||||
Count // Keep last -- total number of keyboard keys
|
||||
};
|
||||
}
|
||||
|
||||
@ -160,7 +160,7 @@ namespace Mouse
|
||||
XButton1,
|
||||
XButton2,
|
||||
|
||||
Count // For internal use
|
||||
Count // Keep last -- total number of mouse buttons
|
||||
};
|
||||
}
|
||||
|
||||
@ -180,7 +180,7 @@ namespace Joy
|
||||
AxisV,
|
||||
AxisPOV,
|
||||
|
||||
Count // For internal use
|
||||
Count // Keep last -- total number of joystick axis
|
||||
};
|
||||
}
|
||||
|
||||
@ -286,7 +286,9 @@ public :
|
||||
MouseLeft,
|
||||
JoyButtonPressed,
|
||||
JoyButtonReleased,
|
||||
JoyMoved
|
||||
JoyMoved,
|
||||
|
||||
Count // Keep last -- total number of event types
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user