Stylus pen is a pen-shaped instrument that is used to input commands to a computer screen, mobile device or graphics tablet.
Questions tagged [stylus-pen]
78 questions
1
vote
1 answer
Is there a way to know if pointer-events timestamps in chrome IOS is accurate than IOS native event with stylus pen?
I'm collecting points throught html canvas with javascript in Chrome IOS. I need to understand how pointer-event timestamp are generated and compared them to IOS native event timestamp.
In Chrome IOS the frame rate is around 60 fps and there is less…

Yohann Streibel
- 113
- 12
1
vote
1 answer
Reacting to StylusDown in control's UI?
I'm building a touch screen application in WPF and I'm wanting to show a change in UI when the user presses a button with their finger/stylus. Currently you only get a flicker of UI change once the finger is released but nothing before that.
I've…

Ben Lowe
- 11
- 3
1
vote
0 answers
Memory leak in Android Spen library
This is quite specific topic related to S Pen Library. However any Android developer can help with this.
I am working with S Pen library and trying to create PDF from .spd file.
For that I am using
SpenCapturePage spenCapturePage = new…

Pulah Nandha
- 774
- 4
- 23
1
vote
1 answer
Samsung S-Pen SDK - Selecting All User Input Strokes Programmatically
Using the official sample app :
http://developer.samsung.com/galaxy/pen
and specifically in the demo example PenSample5_6_TextRecognition..
There are two tools; brush to draw strokes and selection tool. The example lets you draw strokes on…

Aproram
- 348
- 1
- 3
- 16
1
vote
1 answer
Samsung Note 3: Activity Memory Leak after pressing SPen side button
Without implementing any SPen related SDK libraries, a memory leak occurs on an AppCompatActivity extended class.
The following sequence of events typically triggers the memory leak:
The user presses the side button, which activates the Air Command…

Tjaart
- 496
- 8
- 20
1
vote
0 answers
SPen - force commit action with commitHistory()
I am trying to draw a line between two points without releasing the pen from the screen and remove the rest of the line which is not between these two points.
Problem is if I don’t make an action up with the stylus, the line is not committed then…

Pouicky
- 149
- 6
1
vote
1 answer
Support Apple Pencil in my app
I have a colouring app which allows the user to color images, select color and use different colouring techniques.
I need to know is there any requirements I should add to my app to support Apple Pencil input on iPad Pro? Also, is there specific…

Amani Elsaed
- 1,558
- 2
- 21
- 36
1
vote
2 answers
Handle Apple Pencil Touch Event with UITouchTypeStylus
I need to handle specific action for UITouchTypeStylus touch event and have specific action for button in view.
If i click button with apple pencil both event is triggered.
let me know,how to trigger only UITouchTypeStylus touch event when click…

PrasathBabu
- 4,716
- 4
- 19
- 35
1
vote
0 answers
Stylus support in android devices
I need to support stylus API in Android.
I went through this link
I need to support all user inputs through stylus.Like, if user inputs a text in editext then he/she should not be prompted for keyboard or stylus area field.
I have one registration…

Siddharth_Vyas
- 9,972
- 10
- 39
- 69
1
vote
1 answer
Write and edit text in Windows (particularly Visual Studio) using a stylus
Is there any hardware or software that would let me edit text documents and simulate mouse clicks using just a stylus? I want to be able to write programs in Visual Studio using a stylus for keyboard and mouse input. Hardware cost isn't an issue.…

Phlox Midas
- 4,093
- 4
- 35
- 56
1
vote
1 answer
Add signature column in the application
I'm doing a simple courier system using android. How do I do if at the end of the delivery process client have to sign on the phone as the acknowledgement that they received the courier. How do i can do this using android. Any advice, suggestion is…

chinna_82
- 6,353
- 17
- 79
- 134
1
vote
1 answer
Detect stylus eraser button on WPF
Is there any way to detect that the stylus eraser button is pressed on a WPF element?

Vinicius Rocha
- 4,023
- 4
- 29
- 38
1
vote
0 answers
C# StylusButtonDown Unexpected Call
I am developing tablet application where I want to handle StylusButtonDown/Up events to indicate erasing mode. I put those 2 methods into DataInterestMask in StylusHandler but the result is that those two methods are called event if I dont press the…

rank1
- 1,018
- 4
- 16
- 37
1
vote
1 answer
Android HTC Flyer - Capturing stylus with MotionEvents
I'm developing an app which is designed to capture writing on the canvas. The app is designed for use with HTC Flyer (Android 2.3.3).
This device already has Scribbler installed, so I have disabled "Auto launch Scribbler mode" but left "Pen history…

jova85
- 317
- 2
- 10
0
votes
4 answers
What happens when the stylus "lifts" on a tablet PC?
I am working on a legacy project in VC++/Win32/MFC. Recently it became a requirement that the application work on a tablet pc, and this ushered in a host of new issues.
I have been able to work with, and around these issues, but am left with one…

el2iot2
- 6,428
- 7
- 38
- 51