Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
LWUIT でフォーム上のボタンが長押しされたことを検出する方法と、そのボタンが離されたことを検出する方法。
Yoo には、このようなアクションを処理する Lwuit 関数のフォームとボタンがあります。
keyPressed(int keyCode)- キーボードを押す
keyReleased(int keyCode) - キーボードが離された
pointerPressed(int x, int y) - タッチプレス
ublic void pointerReleased(int x, int y) - タッチリリース