Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

SDrop in fullscreen mode

$
0
0

Is there any special trick that is required to make SDrop work in a fullscreen sketch?

My current code works perfectly as long as I start the sketch with size(x,y). When I start it with fullScreen() the drop events to not fire any more.

somwhere I read the following tipp: Instead of using drop = new SDrop(this); one should use drop = new SDrop((Component)this.surface.getNative(), this);

But this resolves in an error about the constructor being undefined.

Does anyone have a solution for this?


Viewing all articles
Browse latest Browse all 2896

Trending Articles