dedomil.net - Mobile Games Forum
Pixely Vulpine's input events - Printable Version

+- dedomil.net - Mobile Games Forum (http://dedomil.net/forum)
+-- Forum: Devs & Mods Section (/forumdisplay.php?fid=31)
+--- Forum: Showcase (/forumdisplay.php?fid=32)
+--- Thread: Pixely Vulpine's input events (/showthread.php?tid=5724)

Pages: 1 2


Pixely Vulpine's input events - JoseskVolpe - 07-06-2021 09:40 PM

I'm right now implementing touchscreen support on my J2ME framework, Pixely Vulpine
As i want it to become familiar to both J2ME and Android developers, and to be rich in features, i'm copying Android's GestureDetector, MotionEvent and KeyEvent

Right now i'm working in touch-screen gestures and, wow, Android really has a rich and robust single-touch gestures lists, that list is bigger than i expected

[Image: unknown.png]

You can check Android's API reference on here to see how big that's
Of course, due to J2ME's limitations, i'm not implementing all of them, like touch pressure, multi-touch gestures etc

These features can look a but confusing, some of them appears like to be the same to other events at the first, but on truth, all of them works with different ways and with their specific objectives

https://developer.android.com/reference/android/view/MotionEvent
https://developer.android.com/reference/android/view/KeyEvent
https://developer.android.com/reference/android/view/GestureDetector


RE: Pixely Vulpine's input events - JoseskVolpe - 07-07-2021 10:09 AM

https://github.com/JoseskVolpe/PixelyVulpine-Layout/commit/22158cc174c66047f5b500acce1cf375664b0e41

Yay gestures implemented


RE: Pixely Vulpine's input events - JoseskVolpe - 07-09-2021 12:14 PM





¡¡¡¡¡IT WORKS!!!!!


https://github.com/JoseskVolpe/PixelyVulpine-Layout/discussions/7


RE: Pixely Vulpine's input events - star cash - 07-10-2021 11:33 AM

For andriod?


RE: Pixely Vulpine's input events - JoseskVolpe - 07-10-2021 12:00 PM

(07-10-2021 11:33 AM)star cash Wrote:  For andriod?

Java ME


RE: Pixely Vulpine's input events - star cash - 07-14-2021 08:17 AM

(07-10-2021 12:00 PM)JoseskVolpe Wrote:  
(07-10-2021 11:33 AM)star cash Wrote:  For andriod?

Java ME

What is the use of that app?


RE: Pixely Vulpine's input events - JoseskVolpe - 08-24-2021 10:42 PM

(07-14-2021 08:17 AM)star cash Wrote:  
(07-10-2021 12:00 PM)JoseskVolpe Wrote:  
(07-10-2021 11:33 AM)star cash Wrote:  For andriod?

Java ME

What is the use of that app?

Not an app, that's a library.
That'll be used to expand J2ME UI capabilities allowing developers to make modern and user-friendly apps on J2ME easier, without the need to reinvent the wheel to make a good graphical layout for their apps.
I intend to use it on my planned game development apps for J2ME, too.


RE: Pixely Vulpine's input events - star cash - 08-24-2021 10:46 PM

(08-24-2021 10:42 PM)JoseskVolpe Wrote:  
(07-14-2021 08:17 AM)star cash Wrote:  
(07-10-2021 12:00 PM)JoseskVolpe Wrote:  
(07-10-2021 11:33 AM)star cash Wrote:  For andriod?

Java ME

What is the use of that app?

Not an app, that's a library.
That'll be used to expand J2ME UI capabilities allowing developers to make modern and user-friendly apps on J2ME easier, without the need to reinvent the wheel to make a good graphical layout for their apps.
I intend to use it on my planned game development apps for J2ME, too.

OK that is a library use for developing j2me app?