Women in Technology

Hear us Roar



Article:
  Building a Scratch Pad with Cocoa
Subject:   so did anyone create a workable drawing app
Date:   2002-09-23 09:52:36
From:   anonymous2
so did anyone create a workable pressure
drawing app from all of this. I realy miss using
my tablet for sketching since I no longer have
Os9 ..
Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • RE: tabled pressure
    2003-12-13 17:05:16  anonymous2 [View]

    NSEvent got a float named pressure:

    NSEvent

    - (float)pressure

    Returns a value between 0.0 and 1.0 indicating the pressure applied to the input device (used for appropriate devices). For devices that aren't pressure-sensitive, the value is either 0.0 or 1.0. Raises anNSInternalInconsistencyException if sent to a non-mouse event.