Home
last modified time | relevance | path

Searched refs:theTabletRecord (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DGraphicsWindowCarbon.cpp585 TabletProximityRec theTabletRecord; // The Tablet Proximity Record in handleMouseEvent() local
590 NULL, (void *)&theTabletRecord)) in handleMouseEvent()
593 switch(theTabletRecord.pointerType) in handleMouseEvent()
612 getEventQueue()->penProximity(pointerType, (theTabletRecord.enterProximity != 0)); in handleMouseEvent()
675 TabletPointRec theTabletRecord; in handleMouseEvent() local
677 sizeof(TabletPointRec), NULL, (void *)&theTabletRecord)) { in handleMouseEvent()
679 getEventQueue()->penPressure(theTabletRecord.pressure / 65535.0f); in handleMouseEvent()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DGraphicsWindowCarbon.cpp585 TabletProximityRec theTabletRecord; // The Tablet Proximity Record in handleMouseEvent() local
590 NULL, (void *)&theTabletRecord)) in handleMouseEvent()
593 switch(theTabletRecord.pointerType) in handleMouseEvent()
612 getEventQueue()->penProximity(pointerType, (theTabletRecord.enterProximity != 0)); in handleMouseEvent()
675 TabletPointRec theTabletRecord; in handleMouseEvent() local
677 sizeof(TabletPointRec), NULL, (void *)&theTabletRecord)) { in handleMouseEvent()
679 getEventQueue()->penPressure(theTabletRecord.pressure / 65535.0f); in handleMouseEvent()