mirror of
https://github.com/SFML/SFML.git
synced 2025-01-19 07:45:13 +08:00
Fixed documentation warnings
- WindowImpl.hpp:94:16: warning: parameter 'threshold:' not found in the function declaration - SFContext.hpp:120:16: warning: parameter 'enabled:' not found in the function declaration
This commit is contained in:
parent
ef6391678e
commit
b2ba2307b3
@ -117,7 +117,7 @@ public:
|
|||||||
/// This can avoid some visual artifacts, and limit the framerate
|
/// This can avoid some visual artifacts, and limit the framerate
|
||||||
/// to a good value (but not constant across different computers).
|
/// to a good value (but not constant across different computers).
|
||||||
///
|
///
|
||||||
/// \param enabled: True to enable v-sync, false to deactivate
|
/// \param enabled True to enable v-sync, false to deactivate
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
virtual void setVerticalSyncEnabled(bool enabled);
|
virtual void setVerticalSyncEnabled(bool enabled);
|
||||||
|
@ -91,7 +91,7 @@ public:
|
|||||||
/// \brief Change the joystick threshold, ie. the value below which
|
/// \brief Change the joystick threshold, ie. the value below which
|
||||||
/// no move event will be generated
|
/// no move event will be generated
|
||||||
///
|
///
|
||||||
/// \param threshold: New threshold, in range [0, 100]
|
/// \param threshold New threshold, in range [0, 100]
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
void setJoystickThreshold(float threshold);
|
void setJoystickThreshold(float threshold);
|
||||||
|
Loading…
Reference in New Issue
Block a user