المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Creating four dimensional control



C# Programming
07-15-2009, 06:41 PM
I am trying to represent a virtual joystick on a User Interface although im having trouble trying to represent the 4 different axis of the joystick and the click on the top.

The best i have come up with is a custom control to represent:
x and y axis (using drag a cross in a circle technique)
up and down (using a trackbar)
button click (using a button)

In real life all of these can be used at the same time however cannot with my combination of controls. Does anyone have any ideas how to represent the 4 axis and click functionality

Thanx George