ArticleslgStudy

computer science

Scroll wheel

Scroll wheel is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Scroll wheel rather than just read about it. In short: A scroll wheel is a wheel used for scrolling. The term usually refers to such wheels found on computer mice (where they can also be called a mouse wheel).

Scroll wheel — main illustration
Scroll wheel — illustration

Key takeaways

  • Scroll wheel belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Scroll wheel to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Scroll wheel from memory before moving on to harder problems.

Reference excerpt

A scroll wheel is a wheel used for scrolling. The term usually refers to such wheels found on computer mice (where they can also be called a mouse wheel). It is often made of hard plastic with a rubbery surface, centred around an internal rotary encoder. It is usually located between the left and right mouse buttons and is positioned perpendicular to the mouse surface. Sometimes the wheel can be pressed left and right, which is actually just two additional macros buttons.

Functionality The scroll wheel is placed horizontally between the mouse buttons and commonly uses vertical scrolling, wherein rolling the wheel from the bottom side to the top is known as scrolling "upward" or "forward", while the reverse, i.e. rolling the wheel from the top side to the bottom, is known as scrolling "downward" or "backward". In a graphical user interface, the "upward" motion moves contents of the window downward (and the scrollbar thumb, if present, upward), and vice versa. In other configurations (sometimes called "natural scrolling") the effect is inverted. On most mice, the scroll wheel can often also be used as a third, middle mouse button by pressing down on it, known as the scroll button. Some mice's scroll wheels can scroll horizontally by tilting them to the left or right, or there may be additional wheel on a perpendicular axis located elsewhere on the mouse. The wheel is often, but not always, engineered with detents to turn in discrete steps, rather than continuously as an analog axis, to allow the operator to more easily intuit how far they are scrolling.

Scroll wheels are prevalent on modern computer mice and have become an integral part of the hardware interface. However, non-wheeled mice are still available. Some user interfaces, like Cinnamon, allow using it to adjust brightness and volume by pointing at the respective taskbar icon and rolling the wheel. Spinners and drop-down lists in most toolkits also allow adjustment of the value using mouse wheel.

History The scroll wheel on a mouse has been invented multiple times by different people unaware of the others' work. Other scrolling controls on a mouse, and the use of a wheel for scrolling both precede the combination of wheel and mouse. The earliest known example of the former is the Mighty Mouse prototype developed jointly by NTT, Japan and ETH Zürich, Switzerland (Kunio Ōno, Ken'ichi Fukaya and Jürg Nievergelt) in 1985. It had a thumb-operated combined analog button/toggle switch on the side for smooth scrolling. At the ACM SIGCHI conference in 1989, Gina Danielle Venolia from Apple presented a mouse prototype with a horizontal thumb-wheel for scrolling, or for navigating inwards and outwards: zooming or along the third axis in 3D space. In her patent application from 1992 there are two vertical wheels: left and right of the button(s). In 1995, the Taiwanese company KYE Systems released the first commercial mouse with scroll wheel. It was named Genius EasyScroll and was also available as Mouse Systems ProAgio. The scroll wheel was popularized by the Microsoft IntelliMouse in 1996 along with support for the mouse wheel in Microsoft Office 97. It had been based on ideas developed by Eric Michelman since 1993 with input from Chris Graham. Scroll wheels can also be found on PDAs and mobiles phones such as early Sony models, BlackBerry devices and Nokia 7110, which usually have the function of navigating through menus. They have also appeared on keyboards, particularly on Logitech and Microsoft models, usually located to the left of the caps lock key.

Alternatives Instead of a scroll-wheel, some mice (and other devices) use an alternative but similar component. Laptop computers often include a touchpad programmed with a pointing device gesture that mimics a scroll-wheel (either by dedicating an edge of the pad for scrolling, or activating scrolling through a multitouch gesture), or mimics a scroll-wheel button click (by clicking both the left and right buttons simultaneously, to activate omni-directional scrolling). Many Linux distributions offer a method of scrolling using the touchpad where the user will first activate scroll-mode by pressing in a corner of the pad, and then dragging in a circle around the center of the pad; letting go of the touchpad will switch back to the default mouse-mode. In mice, alternatives include scroll balls (similar to trackballs, such as on Apple's Mighty Mouse and some serial or PS/2 mice, which combine horizontal and vertical scrolling), pointing sticks, integrated touchpads (as on Apple's Magic Mouse) or optical sensors. Unusual examples include a joystick-style hatswitch present on an early Saitek mouse, and a central 4-way switch-pad found on the Cherry Power Pad Mouse M-1000. Genius also offered the simpler NetMouse in the late 1990s, which had a two-way rocker switch instead of a wheel, marketed as the Magic Scroll Button. Kensington currently offers several models of trackball mice with a large "scroll ring" that surrounds the ball itself and is rotated using multiple fingers instead of only the index finger as on the scroll wheel of a conventional mouse. Some ThinkPad laptops allow scrolling using the pointing stick by holding a button above the touch pad.

Other applications

Scroll-wheel motion is often used to control other aspects of a system. For instance, it can allow the user to switch between a series of options, zoom in or out, or increment/decrement any value. In first-person shooter computer games, scroll wheels are often used to switch between weapons or even to allow the player to lean left and right if horizontal scrolling is available or zoom in/out a telescopic sight. Some of them and most real-time strategy games also use the scroll wheel to zoom in and out of the player's view. CAD applications such as Autodesk's AutoCAD use the mouse wheel to navigate the space in which the user is drawing. This has become a de facto standard in many 3D applications, with Trimble's SketchUp (formerly owned by Google) using the scroll wheel to zoom in and out in the 3D space, while a wheel-click and a mouse drag is orbit.

See also Scroll lock

References

Illustrations

Scroll wheel: A mouse with a scroll wheel between its two buttons
A mouse with a scroll wheel between its two buttons
Scroll wheel: Trackwheel (1) on a BlackBerry
Trackwheel (1) on a BlackBerry
Scroll wheel: Scroll wheel on a Nokia 7110
Scroll wheel on a Nokia 7110

Worked examples

Example 1 — a first encounter with Scroll wheel

Start with the simplest possible case. Write down what Scroll wheel claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Scroll wheel before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Scroll wheel ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Scroll wheel

In research
Scroll wheel appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Scroll wheel in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Scroll wheel is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computer mice, User interface techniques, Wheels, so understanding it makes those chapters shorter.
In everyday life
Look for Scroll wheel outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Scroll wheel in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Scroll wheel means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Scroll wheel out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Scroll wheel in simple terms?

A scroll wheel is a wheel used for scrolling. The term usually refers to such wheels found on computer mice (where they can also be called a mouse wheel).

Why does Scroll wheel matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Scroll wheel?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Scroll wheel.

Tags

  • Computer mice
  • User interface techniques
  • Wheels

Keep exploring