BUTTON_PRESSED_EVENT event in not triggering
all the other events are triggering but only this is not working.
am i missing any thing
:
public void onEvent(InkDeviceEvent event, Object value) {
String message = "Event: " + event;
switch (event){
case BATTERY_LEVEL_EVENT:
message += " = " + value;
break;
case IS_CHARGING_EVENT:
message += " = " + value;
break;
case CONNECTION_CONFIRMATION_TIMEOUT:
alertDialog.dismiss();
break;
case BARCODE_SCAN_RECORD:
byte[] barcodeData = (byte[]) value;
message += " = " + new String(barcodeData, Charset.defaultCharset());
break;
case BUTTON_PRESSED_EVENT:
message += " = " + value.toString();
break;
case STATUS_CHANGED:
InkDeviceStatus status = (InkDeviceStatus) value;
message += " = " + value;
break;
}
Toast.makeText(MyApplication1.this, message, Toast.LENGTH_SHORT).show();
}
Wacom Customer Support page: https://support.wacom.com/
Wacom Product Resources - Drivers, Manuals, Warranty Information & Others
Product Registration:
Please register our products on https://www.wacom.com/register
How do I register my Wacom device?
New Operating System releases:
macOS 12 ("Monterey") support: Is there a driver for macOS 12 Monterey?
Windows 11 support: Is there a driver for Windows 11?
MacOS Driver Setup:
Setting up the Wacom driver with macOS
and
Troubleshooting the Wacom driver on Mac Video Series
Issues with MS Edge browser:
See When using a Pen display and Microsoft Edge my computer crashed, what can I do?
Wacom Product Resources - Drivers, Manuals, Warranty Information & Others
Product Registration:
Please register our products on https://www.wacom.com/register
How do I register my Wacom device?
New Operating System releases:
macOS 12 ("Monterey") support: Is there a driver for macOS 12 Monterey?
Windows 11 support: Is there a driver for Windows 11?
MacOS Driver Setup:
Setting up the Wacom driver with macOS
and
Troubleshooting the Wacom driver on Mac Video Series
Issues with MS Edge browser:
See When using a Pen display and Microsoft Edge my computer crashed, what can I do?
BUTTON_PRESSED_EVENT
-
- Posts: 18
- Joined: Thu 19. Nov 2020, 06:17
Re: BUTTON_PRESSED_EVENT
Hello
Thank you for your query.
We would be glad to help but in order to do so we will need to get input from our development team.
Could I therefore kindly ask you submit a ticket on our support system which will help us to respond as efficiently as possible.
You can do so by clicking on the "Initial Support Request" button here: https://developer.wacom.com/en-us/devel ... rd/support
You will need to register on https://developer.wacom.com first via the "My Account" link at the top right if you haven’t already done so.
Please let us know if you have any difficulties with this.
Thank you
Kind regards
Wacom Ink SDK Developer Support
Thank you for your query.
We would be glad to help but in order to do so we will need to get input from our development team.
Could I therefore kindly ask you submit a ticket on our support system which will help us to respond as efficiently as possible.
You can do so by clicking on the "Initial Support Request" button here: https://developer.wacom.com/en-us/devel ... rd/support
You will need to register on https://developer.wacom.com first via the "My Account" link at the top right if you haven’t already done so.
Please let us know if you have any difficulties with this.
Thank you
Kind regards
Wacom Ink SDK Developer Support
-
- Posts: 18
- Joined: Thu 19. Nov 2020, 06:17
Re: BUTTON_PRESSED_EVENT
Hello
We don't seem to have heard from you via our support system.
If you have sorted the problem yourself then that's great.
Otherwise if you still need help and can't access our support system for some reason please let us know via this forum and we will do our best to respond.
Kind regards
Wacom Ink Dev Support
We don't seem to have heard from you via our support system.
If you have sorted the problem yourself then that's great.
Otherwise if you still need help and can't access our support system for some reason please let us know via this forum and we will do our best to respond.
Kind regards
Wacom Ink Dev Support