Questions tagged [d-pad]

A Directional Pad is a controller with directional keys, usually up right down left.

A Directional Pad is a controller with directional keys, usually up right down left.

See also:

85 questions
0
votes
1 answer

Kivy - Creating A Virtual Dpad

Is it possible to create a virtual on-screen Dpad in a kivy app? I don't see it as being possible because the Window only accepts one touch event at a time it seems, so there's no way to have a Dpad along with two action buttons (using images on…
chitondihk
  • 105
  • 1
  • 10
0
votes
1 answer

Two dimensional list(Grid) with heterogeneous column navigation with D-PAD

I want to create a two dimensional grid which each row have different list-count means row1 have n1 items, row2 have n2, row3 have n3 and so on.... This is a TV app therefore navigation to each item by D-PAD. I have tried nested…
0
votes
3 answers

Wondering how to make an ImageView slide at a constant rate?

I'm basically programming a D-Pad for a video game, and I'm trying to figure out how to make an ImageView move at a constant X or Y, then keep that position after the button is released. Any help or questions about what I'm doing specifically would…
0
votes
2 answers

How to create a d-pad with buttons in single view application on xcode

I have looked and found the code to make an d-pad with buttons but you would have to constantly tap the button to make it work. So if you wanted to go up you had to press up constantly. How do i make the object move with the user keeping the button…
Derrick Mu
  • 68
  • 9
0
votes
2 answers

Is it possible to get the height of soft navigation layout?

Is it possible to get the height of soft(virtual) navigation layout? If yes, How to get the height programmatic ally?
Nas
  • 2,158
  • 1
  • 21
  • 38
0
votes
1 answer

Slick2d and a controller. button function correspondance?

I'm using slick2d and a Logitech cordless Rumblepad 2 controller https://i.stack.imgur.com/HGSeZ.jpg I need help mapping the buttons to the Input class's functions. So far i've figured out that the D-PAD up, down left and right map to the…
Rando Hinn
  • 1,255
  • 19
  • 41
0
votes
1 answer

Animation for GridView selected cell switch while using d-pad

I am working on an app for GoogleTV, where there is no touch screen and user uses a D-Pad for navigation. In the app, I have a GridView of images, where user can press down-up-left-right keys to change the selected image. Here I want the selection…
m.hashemian
  • 1,786
  • 2
  • 15
  • 31
0
votes
1 answer

Levelhelper sprite + SneakyJoystick

Basically i'd like to move a box2d body of a LHSprite that I created using LevelHelper. I have tried moving the box2d body of the LHSprite, based on weather my SneakyJoystick is active (that part works fine) with the following…
Harry
  • 321
  • 1
  • 5
  • 17
-1
votes
1 answer

Navigating in View with RecyclerView

I have application supporting both Android TV and Smartphones In general navigation through app goes fine, but I have one problem with layout like this View with Buttons RecyclerView View with Buttons I want navigate across this view with D-pad (or…
koowalsky
  • 311
  • 1
  • 3
  • 14
-1
votes
1 answer

How to design D-PAD keybord in android?

i want to design D-PAD keyboard in android .I see user configuration in android. i don't know how to use it. give some code
Sanjoy Saha
  • 133
  • 3
  • 14
1 2 3 4 5
6