glfw/src
Camilla Berglund 2cea6e37cf Removed glfwGetScrollOffset.
Scroll events do not represent an absolute state, but rather an interpretation
of a relative change in state, like character input.  So, like character input,
there is no sane 'current state' to return.  The here removed solution, that of
accumulating an offset since the last call to event processing, is at best
mildly confusing.  If a user wishes to implement this solution, it is better for
it to be explicit in client code than implicit in GLFW calls.
2013-02-04 12:33:09 +01:00
..
clipboard.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
CMakeLists.txt Renamed X11 keysym to Unicode conversion file. 2013-01-17 18:59:35 +01:00
cocoa_clipboard.m Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
cocoa_gamma.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
cocoa_init.m Added new OS X build options to version string. 2013-02-01 05:27:40 +01:00
cocoa_joystick.m Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
cocoa_monitor.m Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
cocoa_platform.h Renamed context API init/terminate functions. 2013-01-15 20:49:29 +01:00
cocoa_time.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
cocoa_window.m Made glfwGetWindowSize immediate. 2013-02-04 12:33:09 +01:00
config.h.in Added missing config header macro to template. 2013-01-28 20:04:57 +01:00
context.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
egl_context.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
egl_platform.h Removed EGL dlopen. 2013-01-04 06:59:07 +01:00
gamma.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
glfw3.pc.in Renamed libglfw3.pc to glfw3.pc. 2012-08-12 22:31:47 +02:00
glx_context.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
glx_platform.h Inclusion guard fixes. 2013-01-15 02:00:03 +01:00
init.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
input.c Removed glfwGetScrollOffset. 2013-02-04 12:33:09 +01:00
internal.h Removed glfwGetScrollOffset. 2013-02-04 12:33:09 +01:00
joystick.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
monitor.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
nsgl_context.m Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
nsgl_platform.h Renamed global struct and substructs. 2013-01-02 01:44:57 +01:00
time.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
wgl_context.c Fixed incomplete function renaming. 2013-02-04 08:27:30 +01:00
wgl_platform.h Removed internal fbconfig enum and selection. 2013-01-15 20:00:27 +01:00
win32_clipboard.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
win32_gamma.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
win32_init.c Fixed incomplete function renaming. 2013-02-04 08:27:30 +01:00
win32_joystick.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
win32_monitor.c Moved to Win32 monitor device string for public name. 2013-02-01 00:52:25 +01:00
win32_platform.h Fixed incomplete function renaming. 2013-02-04 08:27:30 +01:00
win32_time.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
win32_window.c Made glfwGetWindowSize immediate. 2013-02-04 12:33:09 +01:00
window.c Removed glfwGetScrollOffset. 2013-02-04 12:33:09 +01:00
x11_clipboard.c Fixed X11 clipboard regressions, event waiting. 2013-01-31 00:26:37 +01:00
x11_gamma.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
x11_init.c Cleanup of clipboard and string atoms. 2013-01-29 02:45:08 +01:00
x11_joystick.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
x11_monitor.c RandR monitor work. 2013-02-01 18:03:02 +01:00
x11_platform.h RandR monitor work. 2013-02-01 18:03:02 +01:00
x11_time.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
x11_unicode.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
x11_window.c Made glfwGetWindowSize immediate. 2013-02-04 12:33:09 +01:00