We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda3b93 commit a2a4912Copy full SHA for a2a4912
include/gf/Keyboard.h
@@ -46,7 +46,7 @@ inline namespace v1 {
46
* @ingroup graphics_devices
47
* @brief Scancodes
48
*
49
- * These codes corresponds to [USB key codes](http://www.usb.org/developers/hidpage/Hut1_12v2.pdf).
+ * These codes corresponds to [USB key codes](https://www.usb.org/documents).
50
*/
51
enum class Scancode : int {
52
Unknown = 0,
include/gf/Range.h
@@ -207,7 +207,7 @@ inline namespace v1 {
207
}
208
209
/**
210
- * @brief Check is the range is valid
+ * @brief Check if the range is valid
211
212
* @return True if the range is valid
213
* @sa isEmpty()
0 commit comments