~hikiko/nux/arb-srgba-shader

« back to all changes in this revision

Viewing changes to NuxGraphics/Events.h

* Merged with Nux trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
    int clicks;
387
387
    int is_click;
388
388
 
 
389
#if defined(NUX_OS_WINDOWS)
 
390
    int win32_keycode; // Not used. Just a place holder.
 
391
    int win32_keysym;
 
392
#endif
 
393
 
389
394
#if defined(NUX_OS_LINUX)
390
395
    Time          x11_timestamp;  //!< X11 timestamp.
391
396
    Window        x11_window;     //!< X11 window.