Why-AreWeUsing-BothDashes-And-CamelCase? It creates unnecessary ambiguous situations where you don’t know if a command is Word-Word-Word, Word-WordWord or WordWord-Word. It’s like how PHP names its primitives all over again. Both dashed-separated-commands and CamelCase commands are fine, just, why both?

  • @clockwise_bit
    link
    23 years ago

    Interesting, I though windows or a specific driver allowed to disable one of the input modes.

    • @AgreeableLandscapeOPM
      link
      2
      edit-2
      3 years ago

      I’m not sure honestly. As far as I know, active styli touchscreens “work” in Linux, but very little software actually take advantage of it on the Linux side since it’s largely a Windows thing that was introduced with the Surface line.

      • @clockwise_bit
        link
        2
        edit-2
        3 years ago

        I don’t have enough experience with HID device drivers or input libraries to say this with proof, but I think the underlying structure to enable that should already be in place, so it could be a matter of time for it to become “mainstream” in drawing/note taking programs.

        The only deep dive I took was into libevent when trying to come up with a way to map the tablet buttons, and seeing the capacity in a wayland environment makes me think each wayland wm/dm is “stylus-ready”.
        I have no clue about xorg though, so xorg-native programs might not be able to distinguish mouse/tablet/stylus in a decisive manner.