Skip to content

Virtual Laser Pointer #927

Open
Open
@mikebarkmin

Description

@mikebarkmin

Description

At the moment many virtual conferences are happening. It would be great to have a virtual laser pointer. This laser point should follow the mouse. This would help to point on specific things on slides. A user should be able to control the pointer by either move the mouse over the real slides or by move the mouse over the preview in the presenter view.

Proposal

There could be a Pointer component, which could be added to a template. This Pointer component should have a default color and form - maybe a red circle. It should also be possible to change the form and color via props. It should also be possible to deactivate/hide the pointer by pressing e.g.: Alt/Option + L.

Proposed Props:

{
   'shape': PropTypes.oneOf(["rect", "circ", "img"]),
   'color': PropTypes.string # only applicable, when shape !== "img",
   'src': PropTypes.string # only applicable, when shape == "img",
   'size': PropTypes.number
}

Activity

added
Feature RequestRequest for or introduction of new functionality
Nice to HaveNot necessarily a high priority, but nice to have. Pairs well with "Help Wanted"
on Jul 28, 2020
Zenahr

Zenahr commented on Oct 8, 2020

@Zenahr
Contributor

This is a cool idea. We could probably also add some "drag" to the pointer so that it feels a bit more real.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature RequestRequest for or introduction of new functionalityNice to HaveNot necessarily a high priority, but nice to have. Pairs well with "Help Wanted"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Virtual Laser Pointer · Issue #927 · FormidableLabs/spectacle