Skip to content

Commit

Permalink
Fixed doc markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Mar 5, 2024
1 parent a1614a6 commit b1c51cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/keycodes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,8 @@ pub enum Key {
/// value of. Let us know if you think the key should be listed so
/// we can add it
/// On Linux, this will result in a keysym,
/// On Windows, this will result in a Virtual_Key and
/// On macOS, this will yield a KeyCode
/// On Windows, this will result in a `Virtual_Key` and
/// On macOS, this will yield a `KeyCode`
Other(u32),
}

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ pub enum Button {
/// Right mouse button
Right,
#[cfg(any(target_os = "windows", target_os = "linux"))]
/// 4th mouse button. Typically performs the same function as Browser_Back
/// 4th mouse button. Typically performs the same function as `Browser_Back`
Back,
#[cfg(any(target_os = "windows", target_os = "linux"))]
/// 5th mouse button. Typically performs the same function as
/// Browser_Forward
/// `Browser_Forward`
Forward,

/// Scroll up button. It is better to use the
Expand Down

0 comments on commit b1c51cb

Please sign in to comment.