WPFfor d

Jacob Carlborg doob at me.com
Mon Feb 18 01:33:51 PST 2013


On 2013-02-18 09:59, rumbu wrote:

> WPF is far from a native GUI. All "controls" are drawn of the screen
> using DirectX and all well known input events are DirectInput calls. All
> objects in WPF world inherit from a DispatcherObject associated with a
> Dispatcher. The Dispatcher is responsible of queuing, filtering
> redundant calls or prioritising requests.

Yeah, I suspected that. But creating a new platform independent GUI 
library from scratch is an enormous task. I was thinking building on top 
of the native ones that already exist.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list