nanover.jupyter.modes module

class nanover.jupyter.modes.Mode

Bases: object

on_button_pressed(*, key: str, cursor: dict, button: str)
on_button_released(*, key: str, cursor: dict, button: str)
on_cursor_updated(*, key: str, cursor: dict)
on_enter()
on_exit()
on_interaction_started(*, key: str, interaction: ParticleInteraction)
on_interaction_stopped(*, key: str, interaction: ParticleInteraction)
on_interaction_updated(*, key: str, interaction: ParticleInteraction)