Jump to content

Programming Future

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
volvogangster

volvogangster

    Newbie

  • Members
  • Pip
  • 2 posts
Hello,

Maybe this is not the good place for this question, but I think this is a very intereseting question.

Maybe it is a stupid question but,

OK here we go:

Windows 7 is coming and the RC is released, but in windows 7, you can work with a touch screen. You have to buy a special screen that supports touch.

Here comes my question:

What kind of effect does this fact have in the programming.

You don't have an event Button1_touch are something, but I think it is still button1_click then, but my second question is:

I saw people who were using windows 7 and I saw them turning a picture with
their finger.
If we program a pictureviewer or something in that way, how do we program that if someone moves his finger and then the picture is turning, you know?

And my third question is:

Does programming become more difficult with the touch, because you don't have an event button1_mousemove for example, because with touch, there is no cursor!

Ok, I think that you have an answer for me, because you are maybe more proffessional than I am.

Thanks

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Question 1) I don't think it will have effect. A finger is equivalent to a mouse. Your finger is the mouse and moves the cursor.

2) The same way you would if the user moved their mouse cursor to do the same effect. Sounds neater though. :)

3) I don't think so. You still have those events.

Edited by Jordan, 28 June 2009 - 05:04 PM.


#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Really, it's just a few more API functions you can use. I don't think it's that big a deal.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
volvogangster

volvogangster

    Newbie

  • Members
  • Pip
  • 2 posts
Ok, thanks, no effect,

But i'm still not looking to the future, because I don't like touch screen, a mouse is better and it is a tradition of windows, so why change that? Ok, I know that there is a competition with apple, but I think if windows keeps the mouse, everyone will know that windows is windows.
It's like mothers always say: Do not blaze, keep yourself.
But my english isn't very good, so I hope you understand the message.

Thanks

#5
Termana

Termana

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,057 posts
Windows 7 isn't abandoning the mouse and keyboard in favor of touch screens. Rather, it is just providing more functionality to touch screen users.

Interested in participating in community events?
Want to harness your programming skill and turn it into absolute prowess?
Come join our programming events!


#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Touch screens have been around for a long time. They were just a mouse with a funny driver/interface. There is very little difference between a touch screen and the touchpads artists have been using for around 2 decades!
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
barkermn01

barkermn01

    Newbie

  • Members
  • PipPip
  • 15 posts
i agree touch screen is just going to be an onclick even,

If you have ever seen a smart board they are touch screens that use a projector and they don't need any special coding i don't even think its going to be more in the SDK for it most of it is just going to be in the windows core so that it has more built in drivers for touch screen

#8
sindy55

sindy55

    Newbie

  • Members
  • PipPip
  • 11 posts
I think no big effect.