various cosmetic changes
parent
fcaf92d8a7
commit
c488c3cb39
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# use this when your touch-screen is on the left (coordinates 0 0)
|
||||||
|
# and your other (non-touch) is one the right
|
||||||
|
export DISPLAY=:0
|
||||||
|
xinput set-prop "Advanced Silicon S.A CoolTouch(TM) System" --type=float "Coordinate Transformation Matrix" 0.5 0 0 0 1 0 0 0 1
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//
|
|
||||||
// undecorate window (remove window borders etc) - - - - - - - - - - - - - - -
|
// undecorate window (remove window borders etc) - - - - - - - - - - - - - - -
|
||||||
public void init() { frame.removeNotify(); frame.setUndecorated(true);
|
public void init() { frame.removeNotify(); frame.setUndecorated(true);
|
||||||
frame.addNotify(); super.init(); }
|
frame.addNotify(); super.init(); }
|
||||||
|
@ -185,11 +185,6 @@ void setup() { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
void draw() { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
void draw() { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// SCENENGINES / / / / / / / / / / / / / / / / / / / / / / / / / / |
|
// SCENENGINES / / / / / / / / / / / / / / / / / / / / / / / / / / |
|
||||||
|
|
||||||
// clean screen ````````````````````````````````````````````````````|
|
// clean screen ````````````````````````````````````````````````````|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/*
|
/*
|
||||||
|
|
||||||
This file is part of "Interface Fractures III - Silicon".
|
This file is part of "Interface Fractures III - Silicon".
|
||||||
Copyright (c) 2015 Luka Prinčič, All rights reserved.
|
Copyright (c) 2015 Luka Prinčič, All rights reserved.
|
||||||
This program is free software distributed under
|
This program is free software distributed under
|
||||||
|
@ -7,7 +6,7 @@
|
||||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
functions.pde
|
functions.pde
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue