Add S-pen gyroscope support
The new Samsung devices have this neat gyroscope in the s pen and Samsung released the SDK so it would be awesome if you added the gestures (flick left in the air to undo, right to redo etc...) as air actions!
5
votes
Lepo
shared this idea
-
Mahmood Jazmawy commented
comone Squid we pay for your app I'd hate to search for alternatives just because some small inconvenience
the sdk is openhere half of the work :)
if ( gesture_up == true){
tool.select(up_tool);
}
if if ( gesture_down == true){
tool.select(down_tool);
}