Пример #1
0
void SpecViewer::pick( Coord x, Coord y, const Allocation & a, GlyphTraversal & t)
{
	// Der SpecViewer hält den Fokus für alle darin enthaltenen Glyphs
    if( a.isHit( x, y ) )
		t.append( this );
}