MouseSensor(Sensor)

base classes — bpy_struct, Sensor

class bpy.types.MouseSensor(Sensor)

Sensor to detect mouse events

mouse_event

Type of event this mouse sensor should trigger on

Type :enum in [‘LEFTCLICK’, ‘MIDDLECLICK’, ‘RIGHTCLICK’, ‘WHEELUP’, ‘WHEELDOWN’, ‘MOVEMENT’, ‘MOUSEOVER’, ‘MOUSEOVERANY’], default ‘LEFTCLICK’

Inherited Properties

Inherited Functions

Previous topic

MotionPathVert(bpy_struct)

Next topic

MovieClip(ID)